Shades of Spray #76C4DB
Tints of Spray #76C4DB
RGB
CMYK
RGB Variations
Color information
#76C4DB (or 0x76C4DB) is known color: Spray. HEX triplet: 76, C4 and DB. RGB value is (118,196,219). Sum of RGB (Red+Green+Blue) = 118+196+219=533 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.14% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #76C4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C4DB is #893B24. Grayscale: #AFAFAF. Windows color (decimal): -8993573 or 14402678. OLE color: 14402678.
HSL color Cylindrical-coordinate representation of color #76C4DB: hue angle of 193.66º 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 #76C4DB is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 196 | 219 | - |
| CMYK | 0.46 | 0.11 | 0 | 0.14 |
| HSL | 193.66º | 0.58% | 0.66% | - |
| HSV(B) | 193.66º | 0.46% | 0.86% | - |
| XYZ | 40 | 48.45 | 74.26 | - |
| YUV | 175.3 | 152.66 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 196 | 219 | 0.46 | 0.11 | 0 | 0.14 | 193.66 | 0.58 | 0.66 |
| Hex | 76 | C4 | DB | 2E | B | 0 | E | C2 | 3A | 42 |
| Octal | 166 | 304 | 333 | 56 | 13 | 0 | 16 | 302 | 72 | 102 |
| Binary | 1110110 | 11000100 | 11011011 | 101110 | 1011 | 0 | 1110 | 11000010 | 111010 | 1000010 |
Color Harmonies of #76C4DB
Complementary color
Monochromatic Colors of #76C4DB
Black with #76C4DB
Text Example
Text Example
White with #76C4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C4DB; }
p { color: rgb(118,196,219); }
H1.HeaderClassName
{
color: #76C4DB;
}
.AnyTagClassName
{
color: #76C4DB;
}
</style>
background-color css
<style>
a { background-color: #76C4DB; }
a { background-color: rgb(118,196,219); }
div.DivClassName
{
background-color: #76C4DB;
}
.BgClassName
{
background-color: #76C4DB;
}
</style>
border-color css
<style>
span { border-color: #76C4DB; }
span { border-color: rgb(118,196,219); }
td.TdClassName
{
border-color: #76C4DB;
}
.TagClassName
{
border-color: #76C4DB;
}
</style>