Shades of Downy #76DCBF
Tints of Downy #76DCBF
RGB
CMYK
RGB Variations
Color information
#76DCBF (or 0x76DCBF) is known color: Downy. HEX triplet: 76, DC and BF. RGB value is (118,220,191). Sum of RGB (Red+Green+Blue) = 118+220+191=529 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.31% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DCBF is #892340. Grayscale: #BABABA. Windows color (decimal): -8987457 or 12573814. OLE color: 12573814.
HSL color Cylindrical-coordinate representation of color #76DCBF: hue angle of 162.94º 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 #76DCBF is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 191 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.14 |
| HSL | 162.94º | 0.59% | 0.66% | - |
| HSV(B) | 162.94º | 0.46% | 0.86% | - |
| XYZ | 42.47 | 58.8 | 58.4 | - |
| YUV | 186.2 | 130.71 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 191 | 0.46 | 0 | 0.13 | 0.14 | 162.94 | 0.59 | 0.66 |
| Hex | 76 | DC | BF | 2E | 0 | D | E | A3 | 3B | 42 |
| Octal | 166 | 334 | 277 | 56 | 0 | 15 | 16 | 243 | 73 | 102 |
| Binary | 1110110 | 11011100 | 10111111 | 101110 | 0 | 1101 | 1110 | 10100011 | 111011 | 1000010 |
Color Harmonies of #76DCBF
Complementary color
Monochromatic Colors of #76DCBF
Black with #76DCBF
Text Example
Text Example
White with #76DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DCBF; }
p { color: rgb(118,220,191); }
H1.HeaderClassName
{
color: #76DCBF;
}
.AnyTagClassName
{
color: #76DCBF;
}
</style>
background-color css
<style>
a { background-color: #76DCBF; }
a { background-color: rgb(118,220,191); }
div.DivClassName
{
background-color: #76DCBF;
}
.BgClassName
{
background-color: #76DCBF;
}
</style>
border-color css
<style>
span { border-color: #76DCBF; }
span { border-color: rgb(118,220,191); }
td.TdClassName
{
border-color: #76DCBF;
}
.TagClassName
{
border-color: #76DCBF;
}
</style>