#76DDCA

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

Shades of Downy #76DDCA

Tints of Downy #76DDCA

Color information

#76DDCA (or 0x76DDCA) is unknown color: approx Downy. HEX triplet: 76, DD and CA. RGB value is (118,221,202). Sum of RGB (Red+Green+Blue) = 118+221+202=541 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.81% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DDCA is #892235. Grayscale: #BCBCBC. Windows color (decimal): -8987190 or 13294966. OLE color: 13294966.

HSL color Cylindrical-coordinate representation of color #76DDCA: hue angle of 168.93º 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 #76DDCA is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB118221202-
CMYK0.4700.090.13
HSL168.93º60.23%66.47%-
HSV(B)168.93º46.61%86.67%-
XYZ43.9959.8365.11-
YUV188.04135.8878.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.81%
GREEN value IS 221 (86.72% from 255) = 40.85%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=21.81%
G=40.85%
B=37.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182212020.4700.090.13168.9360.2366.47
Hex76DDCA2F09Da93c42
Octal166335312570111525174102
Binary11101101101110111001010101111010011101101010011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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