Shades of Spray #76CFDA
Tints of Spray #76CFDA
RGB
CMYK
RGB Variations
Color information
#76CFDA (or 0x76CFDA) is known color: Spray. HEX triplet: 76, CF and DA. RGB value is (118,207,218). Sum of RGB (Red+Green+Blue) = 118+207+218=543 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.73% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #76CFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CFDA is #893025. Grayscale: #B5B5B5. Windows color (decimal): -8990758 or 14339958. OLE color: 14339958.
HSL color Cylindrical-coordinate representation of color #76CFDA: hue angle of 186.6º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76CFDA is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 207 | 218 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.15 |
| HSL | 186.6º | 0.57% | 0.66% | - |
| HSV(B) | 186.6º | 0.46% | 0.85% | - |
| XYZ | 42.44 | 53.54 | 74.43 | - |
| YUV | 181.64 | 148.51 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 207 | 218 | 0.46 | 0.05 | 0 | 0.15 | 186.6 | 0.57 | 0.66 |
| Hex | 76 | CF | DA | 2E | 5 | 0 | F | BB | 39 | 42 |
| Octal | 166 | 317 | 332 | 56 | 5 | 0 | 17 | 273 | 71 | 102 |
| Binary | 1110110 | 11001111 | 11011010 | 101110 | 101 | 0 | 1111 | 10111011 | 111001 | 1000010 |
Color Harmonies of #76CFDA
Complementary color
Monochromatic Colors of #76CFDA
Black with #76CFDA
Text Example
Text Example
White with #76CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CFDA; }
p { color: rgb(118,207,218); }
H1.HeaderClassName
{
color: #76CFDA;
}
.AnyTagClassName
{
color: #76CFDA;
}
</style>
background-color css
<style>
a { background-color: #76CFDA; }
a { background-color: rgb(118,207,218); }
div.DivClassName
{
background-color: #76CFDA;
}
.BgClassName
{
background-color: #76CFDA;
}
</style>
border-color css
<style>
span { border-color: #76CFDA; }
span { border-color: rgb(118,207,218); }
td.TdClassName
{
border-color: #76CFDA;
}
.TagClassName
{
border-color: #76CFDA;
}
</style>