#76dcce

Color #76DCCE Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #76DCCE

Tints of Downy #76DCCE

Color information

#76DCCE (or 0x76DCCE) is unknown color: approx Downy. HEX triplet: 76, DC and CE. RGB value is (118,220,206). Sum of RGB (Red+Green+Blue) = 118+220+206=544 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.69% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DCCE is #892331. Grayscale: #BBBBBB. Windows color (decimal): -8987442 or 13556854. OLE color: 13556854.

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

Color convert

RGB118220206-
CMYK0.4600.060.14
HSL171.76º59.3%66.27%-
HSV(B)171.76º46.36%86.27%-
XYZ44.259.4967.55-
YUV187.91138.2178.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.69%
GREEN value IS 220 (86.33% from 255) = 40.44%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=21.69%
G=40.44%
B=37.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1182202060.4600.060.14171.7659.366.27
Hex76DCCE2E06Eac3b42
Octal16633431656061625473102
Binary1110110110111001100111010111001101110101011001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76dcce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76dcce;
 }
 .AnyTagClassName
 {
   color: #76dcce;
 }
</style>
background-color css

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

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

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

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

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

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