Html Css Color HEX #76DBCC Downy

📋 copy color: '#76DBCC'

red 118 ◦ green 219 ◦ blue 204

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

Shades of Downy #76DBCC

Tints of Downy #76DBCC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.48%

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

R = 21.81%
G = 40.48%
B = 37.71%

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

#76DBCC (or 0x76DBCC) is known color: Downy. HEX triplet: 76, DB and CC. RGB value is (118,219,204). Sum of RGB (Red+Green+Blue) = 118+219+204=541 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.81% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #76DBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DBCC is #892433. Grayscale: #BBBBBB. Windows color (decimal): -8987700 or 13425526. OLE color: 13425526.

HSL color Cylindrical-coordinate representation of color #76DBCC: hue angle of 171.09º degrees, saturation: 0.58, 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 #76DBCC is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 219 204 -
CMYK 0.46 0 0.07 0.14
HSL 171.09º 0.58% 0.66% -
HSV(B) 171.09º 0.46% 0.86% -
XYZ 43.7 58.87 66.19 -
YUV 187.09 137.54 78.72 -
System Red Green Blue C M Y K H S L
Decimal 118 219 204 0.46 0 0.07 0.14 171.09 0.58 0.66
Hex 76 DB CC 2E 0 7 E AB 3A 42
Octal 166 333 314 56 0 7 16 253 72 102
Binary 1110110 11011011 11001100 101110 0 111 1110 10101011 111010 1000010

Color Harmonies of #76DBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DBCC

Black with #76DBCC

Text Example


Text Example

White with #76DBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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