Html Css Color HEX #76DDCC Downy

📋 copy color: '#76DDCC'

red 118 ◦ green 221 ◦ blue 204

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

Shades of Downy #76DDCC

Tints of Downy #76DDCC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.7%

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

R = 21.73%
G = 40.7%
B = 37.57%

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

#76DDCC (or 0x76DDCC) is known color: Downy. HEX triplet: 76, DD and CC. RGB value is (118,221,204). Sum of RGB (Red+Green+Blue) = 118+221+204=543 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.73% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DDCC is #892233. Grayscale: #BCBCBC. Windows color (decimal): -8987188 or 13426038. OLE color: 13426038.

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

Color convert

RGB 118 221 204 -
CMYK 0.47 0 0.08 0.13
HSL 170.1º 0.6% 0.66% -
HSV(B) 170.1º 0.47% 0.87% -
XYZ 44.23 59.92 66.36 -
YUV 188.27 136.88 77.88 -
System Red Green Blue C M Y K H S L
Decimal 118 221 204 0.47 0 0.08 0.13 170.1 0.6 0.66
Hex 76 DD CC 2F 0 8 D AA 3C 42
Octal 166 335 314 57 0 10 15 252 74 102
Binary 1110110 11011101 11001100 101111 0 1000 1101 10101010 111100 1000010

Color Harmonies of #76DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DDCC

Black with #76DDCC

Text Example


Text Example

White with #76DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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