Shades of Downy #76CCBC
Tints of Downy #76CCBC
RGB
CMYK
RGB Variations
Color information
#76CCBC (or 0x76CCBC) is known color: Downy. HEX triplet: 76, CC and BC. RGB value is (118,204,188). Sum of RGB (Red+Green+Blue) = 118+204+188=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #76CCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CCBC is #893343. Grayscale: #B0B0B0. Windows color (decimal): -8991556 or 12373110. OLE color: 12373110.
HSL color Cylindrical-coordinate representation of color #76CCBC: hue angle of 168.84º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CCBC is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 204 | 188 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.2 |
| HSL | 168.84º | 0.46% | 0.63% | - |
| HSV(B) | 168.84º | 0.42% | 0.8% | - |
| XYZ | 38.14 | 50.67 | 55.35 | - |
| YUV | 176.46 | 134.51 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 204 | 188 | 0.42 | 0 | 0.08 | 0.2 | 168.84 | 0.46 | 0.63 |
| Hex | 76 | CC | BC | 2A | 0 | 8 | 14 | A9 | 2E | 3F |
| Octal | 166 | 314 | 274 | 52 | 0 | 10 | 24 | 251 | 56 | 77 |
| Binary | 1110110 | 11001100 | 10111100 | 101010 | 0 | 1000 | 10100 | 10101001 | 101110 | 111111 |
Color Harmonies of #76CCBC
Complementary color
Monochromatic Colors of #76CCBC
Black with #76CCBC
Text Example
Text Example
White with #76CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CCBC; }
p { color: rgb(118,204,188); }
H1.HeaderClassName
{
color: #76CCBC;
}
.AnyTagClassName
{
color: #76CCBC;
}
</style>
background-color css
<style>
a { background-color: #76CCBC; }
a { background-color: rgb(118,204,188); }
div.DivClassName
{
background-color: #76CCBC;
}
.BgClassName
{
background-color: #76CCBC;
}
</style>
border-color css
<style>
span { border-color: #76CCBC; }
span { border-color: rgb(118,204,188); }
td.TdClassName
{
border-color: #76CCBC;
}
.TagClassName
{
border-color: #76CCBC;
}
</style>