Html Css Color HEX #76D9CD Downy

📋 copy color: '#76D9CD'

red 118 ◦ green 217 ◦ blue 205

#76D9CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #76D9CD

Tints of Downy #76D9CD

RGB

 RED value IS 118 (46.48% from 255) = 21.85%

 GREEN value IS 217 (85.16% from 255) = 40.19%

 BLUE value IS 205 (80.47% from 255) = 37.96%

R = 21.85%
G = 40.19%
B = 37.96%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#76D9CD (or 0x76D9CD) is known color: Downy. HEX triplet: 76, D9 and CD. RGB value is (118,217,205). Sum of RGB (Red+Green+Blue) = 118+217+205=540 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.85% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 217 - color contains mainly: green. Hex color #76D9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D9CD is #892632. Grayscale: #B9B9B9. Windows color (decimal): -8988211 or 13490550. OLE color: 13490550.

HSL color Cylindrical-coordinate representation of color #76D9CD: hue angle of 172.73º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76D9CD is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 217 205 -
CMYK 0.46 0 0.06 0.15
HSL 172.73º 0.57% 0.66% -
HSV(B) 172.73º 0.46% 0.85% -
XYZ 43.3 57.89 66.65 -
YUV 186.03 138.7 79.48 -
System Red Green Blue C M Y K H S L
Decimal 118 217 205 0.46 0 0.06 0.15 172.73 0.57 0.66
Hex 76 D9 CD 2E 0 6 F AD 39 42
Octal 166 331 315 56 0 6 17 255 71 102
Binary 1110110 11011001 11001101 101110 0 110 1111 10101101 111001 1000010

Color Harmonies of #76D9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D9CD

Black with #76D9CD

Text Example


Text Example

White with #76D9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76D9CD; }

 p { color: rgb(118,217,205); }

 H1.HeaderClassName
 {
   color: #76D9CD;
 }
 .AnyTagClassName
 {
   color: #76D9CD;
 }
</style>

background-color css

<style>
 a { background-color: #76D9CD; }

 a { background-color: rgb(118,217,205); }

 div.DivClassName
 {
   background-color: #76D9CD;
 }
 .BgClassName
 {
   background-color: #76D9CD;
 }
</style>

border-color css

<style>
 span { border-color: #76D9CD; }

 span { border-color: rgb(118,217,205); }

 td.TdClassName
 {
   border-color: #76D9CD;
 }
 .TagClassName
 {
   border-color: #76D9CD;
 }
</style>