Shades of Spray #76C2DC
Tints of Spray #76C2DC
RGB
CMYK
RGB Variations
Color information
#76C2DC (or 0x76C2DC) is known color: Spray. HEX triplet: 76, C2 and DC. RGB value is (118,194,220). Sum of RGB (Red+Green+Blue) = 118+194+220=532 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.18% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #76C2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C2DC is #893D23. Grayscale: #AEAEAE. Windows color (decimal): -8994084 or 14467702. OLE color: 14467702.
HSL color Cylindrical-coordinate representation of color #76C2DC: hue angle of 195.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 #76C2DC is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 194 | 220 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.14 |
| HSL | 195.29º | 0.59% | 0.66% | - |
| HSV(B) | 195.29º | 0.46% | 0.86% | - |
| XYZ | 39.68 | 47.6 | 74.81 | - |
| YUV | 174.24 | 153.82 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 194 | 220 | 0.46 | 0.12 | 0 | 0.14 | 195.29 | 0.59 | 0.66 |
| Hex | 76 | C2 | DC | 2E | C | 0 | E | C3 | 3B | 42 |
| Octal | 166 | 302 | 334 | 56 | 14 | 0 | 16 | 303 | 73 | 102 |
| Binary | 1110110 | 11000010 | 11011100 | 101110 | 1100 | 0 | 1110 | 11000011 | 111011 | 1000010 |
Color Harmonies of #76C2DC
Complementary color
Monochromatic Colors of #76C2DC
Black with #76C2DC
Text Example
Text Example
White with #76C2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C2DC; }
p { color: rgb(118,194,220); }
H1.HeaderClassName
{
color: #76C2DC;
}
.AnyTagClassName
{
color: #76C2DC;
}
</style>
background-color css
<style>
a { background-color: #76C2DC; }
a { background-color: rgb(118,194,220); }
div.DivClassName
{
background-color: #76C2DC;
}
.BgClassName
{
background-color: #76C2DC;
}
</style>
border-color css
<style>
span { border-color: #76C2DC; }
span { border-color: rgb(118,194,220); }
td.TdClassName
{
border-color: #76C2DC;
}
.TagClassName
{
border-color: #76C2DC;
}
</style>