Shades of Spray #76D1DB
Tints of Spray #76D1DB
RGB
CMYK
RGB Variations
Color information
#76D1DB (or 0x76D1DB) is known color: Spray. HEX triplet: 76, D1 and DB. RGB value is (118,209,219). Sum of RGB (Red+Green+Blue) = 118+209+219=546 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.61% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #76D1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D1DB is #892E24. Grayscale: #B6B6B6. Windows color (decimal): -8990245 or 14406006. OLE color: 14406006.
HSL color Cylindrical-coordinate representation of color #76D1DB: hue angle of 185.94º 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 #76D1DB is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 209 | 219 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.14 |
| HSL | 185.94º | 0.58% | 0.66% | - |
| HSV(B) | 185.94º | 0.46% | 0.86% | - |
| XYZ | 43.06 | 54.57 | 75.28 | - |
| YUV | 182.93 | 148.35 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 209 | 219 | 0.46 | 0.05 | 0 | 0.14 | 185.94 | 0.58 | 0.66 |
| Hex | 76 | D1 | DB | 2E | 5 | 0 | E | BA | 3A | 42 |
| Octal | 166 | 321 | 333 | 56 | 5 | 0 | 16 | 272 | 72 | 102 |
| Binary | 1110110 | 11010001 | 11011011 | 101110 | 101 | 0 | 1110 | 10111010 | 111010 | 1000010 |
Color Harmonies of #76D1DB
Complementary color
Monochromatic Colors of #76D1DB
Black with #76D1DB
Text Example
Text Example
White with #76D1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D1DB; }
p { color: rgb(118,209,219); }
H1.HeaderClassName
{
color: #76D1DB;
}
.AnyTagClassName
{
color: #76D1DB;
}
</style>
background-color css
<style>
a { background-color: #76D1DB; }
a { background-color: rgb(118,209,219); }
div.DivClassName
{
background-color: #76D1DB;
}
.BgClassName
{
background-color: #76D1DB;
}
</style>
border-color css
<style>
span { border-color: #76D1DB; }
span { border-color: rgb(118,209,219); }
td.TdClassName
{
border-color: #76D1DB;
}
.TagClassName
{
border-color: #76D1DB;
}
</style>