COLOR #75DBAD

HEX: #75DBAD RGB: (117,219,173)

Color info

#75DBAD contains mainly green and blue colors. Web safe color of #75DBAD is #66CC99 (or #6C9).

RGB color model

#75DBAD color RGB value is (117,219,173).

RGB: (117,219,173) (46%, 86%, 68%)

RGB channels and saturation

R 117 of 255 = 46%
G 219 of 255 = 86%
B 173 of 255 = 68%

117
219
173

R + G + B ~ 67%. #75DBAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 219 + 173 = 509 (100%)
R 117 of 509 ~ 22.99%
G 219 of 509 ~ 43.03%
B 173 of 509 ~ 33.99'%

%22.99
%43.03
%33.99

CMYK color model

#75DBAD color CMYK value is (47,0,21,14).

  • cyan value is 46.58%
  • magenta value is 0.00%
  • yellow value is 21.00%
  • key color value is 14.12%
CMYK: (47,0,21,14) C47M0Y21K14 (47%,0%,21%,14%) (0.47/0.00/0.21/0.14) 

CMYK percentages

%46.58
%0
%21
%14.12

Codes

Color #75DBAD in popluar color models

75 DB AD
RGB 117 219 173
HSL 153° 58.62% 65.88%
HSB/HSV 153° 46.58% 85.88%
CMYK 46.58% 0.00% 21.00%
14.12%

Color #75DBAD in popluar number systems.

HEX 75 DB AD
Decimal 117 219 173
Binary 1110101 11011011 10101101
Octal 165 333 255

Shades and tints

Shades of #75DBAD

#75DBAD
(117,219,173)
#6BC89E
(107,200,158)
#61B58F
(97,181,143)
#57A280
(87,162,128)
#4D8F71
(77,143,113)
#437C62
(67,124,98)
#396953
(57,105,83)
#2F5644
(47,86,68)
#254335
(37,67,53)
#1B3026
(27,48,38)
#111D17
(17,29,23)
#000000
(0,0,0)

Tints of #75DBAD

#75DBAD
(117,219,173)
#81DEB4
(129,222,180)
#8DE1BB
(141,225,187)
#99E4C2
(153,228,194)
#A5E7C9
(165,231,201)
#B1EAD0
(177,234,208)
#BDEDD7
(189,237,215)
#C9F0DE
(201,240,222)
#D5F3E5
(213,243,229)
#E1F6EC
(225,246,236)
#EDF9F3
(237,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75DBAD color. Also use rgb(117,219,173) instead hex code.

Text Font Color

.myTextColor { color: #75DBAD; }

<p style="color:#75DBAD">This sample text font color is #75DBAD.</p>

This text font color is #75DBAD.

Background Color

.myBgColor { background-color: #75DBAD; }

<div style="background-color:#75DBAD">Inner text</div>

This div background color is #75DBAD.

Border color

.myBorderColor { border: 1px solid #75DBAD; }

<div style="border:3px solid #75DBAD">Div</div>

This div border color is #75DBAD.

Opacity

.myOpacity80 { color: #75DBAD; opacity: 0.8; }

<p style="color:#75DBAD;opacity:0.8;">80%</p>

Text with #75DBAD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #75DBAD;}

<p style="text-shadow: 3px 3px 1px #75DBAD">Text here.</p>

This text has shadow with #75DBAD color.


.textShadow {text-shadow: 3px 3px 1px #75DBAD', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #75DBAD, 5px 5px 20px red">Text here.</p>

This text has shadow with #75DBAD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#75DBAD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#75DBAD, Direction=45, Strength=4)">Text</p>

This text has shadow with #75DBAD and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #75DBAD;
-webkit-box-shadow: 1px 1px 3px 2px #75DBAD;
box-shadow: 1px 1px 3px 2px #75DBAD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #75DBAD; -webkit-box-shadow: 1px 1px 3px 2px #75DBAD; box-shadow:1px 1px 3px 2px #75DBAD;">
Div content here
</div>

This div box has shadow with color #75DBAD.

Preview

Color preview on black background

This text has color #75DBAD on black background.


Color preview on white background

This text has color #75DBAD on white background.


Black color preview on #75DBAD background

This text has black color on #75DBAD background.


White color preview on #75DBAD background

This text has white color on #75DBAD background.


Related colors

Complementary color

Complementary color for #hex is #8A2452.


I love getcolorcode.com

Triadic colors

1 #AD75DB and #DBAD75 with #75DBAD are triadic colors.

2 #ADDB75 and #DB75AD with #75DBAD are triadic colors.