Shades of Spray #76D0DB
Tints of Spray #76D0DB
RGB
CMYK
RGB Variations
Color information
#76D0DB (or 0x76D0DB) is known color: Spray. HEX triplet: 76, D0 and DB. RGB value is (118,208,219). Sum of RGB (Red+Green+Blue) = 118+208+219=545 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.65% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #76D0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D0DB is #892F24. Grayscale: #B6B6B6. Windows color (decimal): -8990501 or 14405750. OLE color: 14405750.
HSL color Cylindrical-coordinate representation of color #76D0DB: hue angle of 186.53º 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 #76D0DB is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 208 | 219 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.14 |
| HSL | 186.53º | 0.58% | 0.66% | - |
| HSV(B) | 186.53º | 0.46% | 0.86% | - |
| XYZ | 42.81 | 54.08 | 75.2 | - |
| YUV | 182.34 | 148.68 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 208 | 219 | 0.46 | 0.05 | 0 | 0.14 | 186.53 | 0.58 | 0.66 |
| Hex | 76 | D0 | DB | 2E | 5 | 0 | E | BB | 3A | 42 |
| Octal | 166 | 320 | 333 | 56 | 5 | 0 | 16 | 273 | 72 | 102 |
| Binary | 1110110 | 11010000 | 11011011 | 101110 | 101 | 0 | 1110 | 10111011 | 111010 | 1000010 |
Color Harmonies of #76D0DB
Complementary color
Monochromatic Colors of #76D0DB
Black with #76D0DB
Text Example
Text Example
White with #76D0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D0DB; }
p { color: rgb(118,208,219); }
H1.HeaderClassName
{
color: #76D0DB;
}
.AnyTagClassName
{
color: #76D0DB;
}
</style>
background-color css
<style>
a { background-color: #76D0DB; }
a { background-color: rgb(118,208,219); }
div.DivClassName
{
background-color: #76D0DB;
}
.BgClassName
{
background-color: #76D0DB;
}
</style>
border-color css
<style>
span { border-color: #76D0DB; }
span { border-color: rgb(118,208,219); }
td.TdClassName
{
border-color: #76D0DB;
}
.TagClassName
{
border-color: #76D0DB;
}
</style>