Html Css Color HEX #76DECC Downy

📋 copy color: '#76DECC'

red 118 ◦ green 222 ◦ blue 204

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

Shades of Downy #76DECC

Tints of Downy #76DECC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.81%

 BLUE value IS 204 (80.08% from 255) = 37.5%

R = 21.69%
G = 40.81%
B = 37.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#76DECC (or 0x76DECC) is known color: Downy. HEX triplet: 76, DE and CC. RGB value is (118,222,204). Sum of RGB (Red+Green+Blue) = 118+222+204=544 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.69% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #76DECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DECC is #892133. Grayscale: #BCBCBC. Windows color (decimal): -8986932 or 13426294. OLE color: 13426294.

HSL color Cylindrical-coordinate representation of color #76DECC: hue angle of 169.62º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DECC is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 222 204 -
CMYK 0.47 0 0.08 0.13
HSL 169.62º 0.61% 0.67% -
HSV(B) 169.62º 0.47% 0.87% -
XYZ 44.49 60.45 66.45 -
YUV 188.85 136.54 77.46 -
System Red Green Blue C M Y K H S L
Decimal 118 222 204 0.47 0 0.08 0.13 169.62 0.61 0.67
Hex 76 DE CC 2F 0 8 D AA 3D 43
Octal 166 336 314 57 0 10 15 252 75 103
Binary 1110110 11011110 11001100 101111 0 1000 1101 10101010 111101 1000011

Color Harmonies of #76DECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DECC

Black with #76DECC

Text Example


Text Example

White with #76DECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,222,204); }

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

background-color css

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

 a { background-color: rgb(118,222,204); }

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

border-color css

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

 span { border-color: rgb(118,222,204); }

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