#76D2C1

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

Shades of Downy #76D2C1

Tints of Downy #76D2C1

Color information

#76D2C1 (or 0x76D2C1) is unknown color: approx Downy. HEX triplet: 76, D2 and C1. RGB value is (118,210,193). Sum of RGB (Red+Green+Blue) = 118+210+193=521 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.65% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #76D2C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D2C1 is #892D3E. Grayscale: #B4B4B4. Windows color (decimal): -8990015 or 12702326. OLE color: 12702326.

HSL color Cylindrical-coordinate representation of color #76D2C1: hue angle of 168.91º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D2C1 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB118210193-
CMYK0.4400.080.18
HSL168.91º50.55%64.31%-
HSV(B)168.91º43.81%82.35%-
XYZ40.1453.7958.72-
YUV180.55135.0283.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.65%
GREEN value IS 210 (82.42% from 255) = 40.31%
BLUE value IS 193 (75.78% from 255) = 37.04%
R=22.65%
G=40.31%
B=37.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1182101930.4400.080.18168.9150.5564.31
Hex76D2C12C0812a93340
Octal166322301540102225163100
Binary111011011010010110000011011000100010010101010011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,210,193); }

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

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

 a { background-color: rgb(118,210,193); }

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

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

 span { border-color: rgb(118,210,193); }

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