Shades of Spray #76D3DC
Tints of Spray #76D3DC
RGB
CMYK
RGB Variations
Color information
#76D3DC (or 0x76D3DC) is known color: Spray. HEX triplet: 76, D3 and DC. RGB value is (118,211,220). Sum of RGB (Red+Green+Blue) = 118+211+220=549 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.49% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #76D3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D3DC is #892C23. Grayscale: #B8B8B8. Windows color (decimal): -8989732 or 14472054. OLE color: 14472054.
HSL color Cylindrical-coordinate representation of color #76D3DC: hue angle of 185.29º degrees, saturation: 0.59, 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 #76D3DC is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 211 | 220 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.14 |
| HSL | 185.29º | 0.59% | 0.66% | - |
| HSV(B) | 185.29º | 0.46% | 0.86% | - |
| XYZ | 43.68 | 55.61 | 76.14 | - |
| YUV | 184.22 | 148.19 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 211 | 220 | 0.46 | 0.04 | 0 | 0.14 | 185.29 | 0.59 | 0.66 |
| Hex | 76 | D3 | DC | 2E | 4 | 0 | E | B9 | 3B | 42 |
| Octal | 166 | 323 | 334 | 56 | 4 | 0 | 16 | 271 | 73 | 102 |
| Binary | 1110110 | 11010011 | 11011100 | 101110 | 100 | 0 | 1110 | 10111001 | 111011 | 1000010 |
Color Harmonies of #76D3DC
Complementary color
Monochromatic Colors of #76D3DC
Black with #76D3DC
Text Example
Text Example
White with #76D3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D3DC; }
p { color: rgb(118,211,220); }
H1.HeaderClassName
{
color: #76D3DC;
}
.AnyTagClassName
{
color: #76D3DC;
}
</style>
background-color css
<style>
a { background-color: #76D3DC; }
a { background-color: rgb(118,211,220); }
div.DivClassName
{
background-color: #76D3DC;
}
.BgClassName
{
background-color: #76D3DC;
}
</style>
border-color css
<style>
span { border-color: #76D3DC; }
span { border-color: rgb(118,211,220); }
td.TdClassName
{
border-color: #76D3DC;
}
.TagClassName
{
border-color: #76D3DC;
}
</style>