Html Css Color HEX #76DCCC Downy

📋 copy color: '#76DCCC'

red 118 ◦ green 220 ◦ blue 204

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

Shades of Downy #76DCCC

Tints of Downy #76DCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.59%

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

R = 21.77%
G = 40.59%
B = 37.64%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#76DCCC (or 0x76DCCC) is known color: Downy. HEX triplet: 76, DC and CC. RGB value is (118,220,204). Sum of RGB (Red+Green+Blue) = 118+220+204=542 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.77% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DCCC is #892333. Grayscale: #BBBBBB. Windows color (decimal): -8987444 or 13425782. OLE color: 13425782.

HSL color Cylindrical-coordinate representation of color #76DCCC: hue angle of 170.59º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DCCC is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 220 204 -
CMYK 0.46 0 0.07 0.14
HSL 170.59º 0.59% 0.66% -
HSV(B) 170.59º 0.46% 0.86% -
XYZ 43.96 59.4 66.27 -
YUV 187.68 137.21 78.3 -
System Red Green Blue C M Y K H S L
Decimal 118 220 204 0.46 0 0.07 0.14 170.59 0.59 0.66
Hex 76 DC CC 2E 0 7 E AB 3B 42
Octal 166 334 314 56 0 7 16 253 73 102
Binary 1110110 11011100 11001100 101110 0 111 1110 10101011 111011 1000010

Color Harmonies of #76DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DCCC

Black with #76DCCC

Text Example


Text Example

White with #76DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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