Shades of Downy #76DBCF
Tints of Downy #76DBCF
RGB
CMYK
RGB Variations
Color information
#76DBCF (or 0x76DBCF) is known color: Downy. HEX triplet: 76, DB and CF. RGB value is (118,219,207). Sum of RGB (Red+Green+Blue) = 118+219+207=544 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.69% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #76DBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DBCF is #892430. Grayscale: #BBBBBB. Windows color (decimal): -8987697 or 13622134. OLE color: 13622134.
HSL color Cylindrical-coordinate representation of color #76DBCF: hue angle of 172.87º degrees, saturation: 0.58, 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 #76DBCF is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 219 | 207 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.14 |
| HSL | 172.87º | 0.58% | 0.66% | - |
| HSV(B) | 172.87º | 0.46% | 0.86% | - |
| XYZ | 44.07 | 59.02 | 68.1 | - |
| YUV | 187.43 | 139.04 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 207 | 0.46 | 0 | 0.05 | 0.14 | 172.87 | 0.58 | 0.66 |
| Hex | 76 | DB | CF | 2E | 0 | 5 | E | AD | 3A | 42 |
| Octal | 166 | 333 | 317 | 56 | 0 | 5 | 16 | 255 | 72 | 102 |
| Binary | 1110110 | 11011011 | 11001111 | 101110 | 0 | 101 | 1110 | 10101101 | 111010 | 1000010 |
Color Harmonies of #76DBCF
Complementary color
Monochromatic Colors of #76DBCF
Black with #76DBCF
Text Example
Text Example
White with #76DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DBCF; }
p { color: rgb(118,219,207); }
H1.HeaderClassName
{
color: #76DBCF;
}
.AnyTagClassName
{
color: #76DBCF;
}
</style>
background-color css
<style>
a { background-color: #76DBCF; }
a { background-color: rgb(118,219,207); }
div.DivClassName
{
background-color: #76DBCF;
}
.BgClassName
{
background-color: #76DBCF;
}
</style>
border-color css
<style>
span { border-color: #76DBCF; }
span { border-color: rgb(118,219,207); }
td.TdClassName
{
border-color: #76DBCF;
}
.TagClassName
{
border-color: #76DBCF;
}
</style>