Shades of Downy #76DCC1
Tints of Downy #76DCC1
RGB
CMYK
RGB Variations
Color information
#76DCC1 (or 0x76DCC1) is known color: Downy. HEX triplet: 76, DC and C1. RGB value is (118,220,193). Sum of RGB (Red+Green+Blue) = 118+220+193=531 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.22% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DCC1 is #89233E. Grayscale: #BABABA. Windows color (decimal): -8987455 or 12704886. OLE color: 12704886.
HSL color Cylindrical-coordinate representation of color #76DCC1: hue angle of 164.12º 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 #76DCC1 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 193 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.14 |
| HSL | 164.12º | 0.59% | 0.66% | - |
| HSV(B) | 164.12º | 0.46% | 0.86% | - |
| XYZ | 42.69 | 58.89 | 59.57 | - |
| YUV | 186.42 | 131.71 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 193 | 0.46 | 0 | 0.12 | 0.14 | 164.12 | 0.59 | 0.66 |
| Hex | 76 | DC | C1 | 2E | 0 | C | E | A4 | 3B | 42 |
| Octal | 166 | 334 | 301 | 56 | 0 | 14 | 16 | 244 | 73 | 102 |
| Binary | 1110110 | 11011100 | 11000001 | 101110 | 0 | 1100 | 1110 | 10100100 | 111011 | 1000010 |
Color Harmonies of #76DCC1
Complementary color
Monochromatic Colors of #76DCC1
Black with #76DCC1
Text Example
Text Example
White with #76DCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DCC1; }
p { color: rgb(118,220,193); }
H1.HeaderClassName
{
color: #76DCC1;
}
.AnyTagClassName
{
color: #76DCC1;
}
</style>
background-color css
<style>
a { background-color: #76DCC1; }
a { background-color: rgb(118,220,193); }
div.DivClassName
{
background-color: #76DCC1;
}
.BgClassName
{
background-color: #76DCC1;
}
</style>
border-color css
<style>
span { border-color: #76DCC1; }
span { border-color: rgb(118,220,193); }
td.TdClassName
{
border-color: #76DCC1;
}
.TagClassName
{
border-color: #76DCC1;
}
</style>