Shades of Downy #76CFBB
Tints of Downy #76CFBB
RGB
CMYK
RGB Variations
Color information
#76CFBB (or 0x76CFBB) is known color: Downy. HEX triplet: 76, CF and BB. RGB value is (118,207,187). Sum of RGB (Red+Green+Blue) = 118+207+187=512 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.05% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #76CFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CFBB is #893044. Grayscale: #B2B2B2. Windows color (decimal): -8990789 or 12308342. OLE color: 12308342.
HSL color Cylindrical-coordinate representation of color #76CFBB: hue angle of 166.52º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76CFBB is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 207 | 187 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.19 |
| HSL | 166.52º | 0.48% | 0.64% | - |
| HSV(B) | 166.52º | 0.43% | 0.81% | - |
| XYZ | 38.75 | 52.07 | 55.02 | - |
| YUV | 178.11 | 133.01 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 207 | 187 | 0.43 | 0 | 0.10 | 0.19 | 166.52 | 0.48 | 0.64 |
| Hex | 76 | CF | BB | 2B | 0 | A | 13 | A7 | 30 | 40 |
| Octal | 166 | 317 | 273 | 53 | 0 | 12 | 23 | 247 | 60 | 100 |
| Binary | 1110110 | 11001111 | 10111011 | 101011 | 0 | 1010 | 10011 | 10100111 | 110000 | 1000000 |
Color Harmonies of #76CFBB
Complementary color
Monochromatic Colors of #76CFBB
Black with #76CFBB
Text Example
Text Example
White with #76CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CFBB; }
p { color: rgb(118,207,187); }
H1.HeaderClassName
{
color: #76CFBB;
}
.AnyTagClassName
{
color: #76CFBB;
}
</style>
background-color css
<style>
a { background-color: #76CFBB; }
a { background-color: rgb(118,207,187); }
div.DivClassName
{
background-color: #76CFBB;
}
.BgClassName
{
background-color: #76CFBB;
}
</style>
border-color css
<style>
span { border-color: #76CFBB; }
span { border-color: rgb(118,207,187); }
td.TdClassName
{
border-color: #76CFBB;
}
.TagClassName
{
border-color: #76CFBB;
}
</style>