#76DCCD

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

Shades of Downy #76DCCD

Tints of Downy #76DCCD

Color information

#76DCCD (or 0x76DCCD) is unknown color: approx Downy. HEX triplet: 76, DC and CD. RGB value is (118,220,205). Sum of RGB (Red+Green+Blue) = 118+220+205=543 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.73% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DCCD is #892332. Grayscale: #BBBBBB. Windows color (decimal): -8987443 or 13491318. OLE color: 13491318.

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

Color convert

RGB118220205-
CMYK0.4600.070.14
HSL171.18º59.3%66.27%-
HSV(B)171.18º46.36%86.27%-
XYZ44.0859.4566.91-
YUV187.79137.7178.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.73%
GREEN value IS 220 (86.33% from 255) = 40.52%
BLUE value IS 205 (80.47% from 255) = 37.75%
R=21.73%
G=40.52%
B=37.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1182202050.4600.070.14171.1859.366.27
Hex76DCCD2E07Eab3b42
Octal16633431556071625373102
Binary1110110110111001100110110111001111110101010111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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