Shades of Spray #76CFDE
Tints of Spray #76CFDE
RGB
CMYK
RGB Variations
Color information
#76CFDE (or 0x76CFDE) is known color: Spray. HEX triplet: 76, CF and DE. RGB value is (118,207,222). Sum of RGB (Red+Green+Blue) = 118+207+222=547 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.57% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #76CFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CFDE is #893021. Grayscale: #B5B5B5. Windows color (decimal): -8990754 or 14602102. OLE color: 14602102.
HSL color Cylindrical-coordinate representation of color #76CFDE: hue angle of 188.65º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76CFDE is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 207 | 222 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.13 |
| HSL | 188.65º | 0.61% | 0.67% | - |
| HSV(B) | 188.65º | 0.47% | 0.87% | - |
| XYZ | 42.97 | 53.75 | 77.22 | - |
| YUV | 182.1 | 150.51 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 207 | 222 | 0.47 | 0.07 | 0 | 0.13 | 188.65 | 0.61 | 0.67 |
| Hex | 76 | CF | DE | 2F | 7 | 0 | D | BD | 3D | 43 |
| Octal | 166 | 317 | 336 | 57 | 7 | 0 | 15 | 275 | 75 | 103 |
| Binary | 1110110 | 11001111 | 11011110 | 101111 | 111 | 0 | 1101 | 10111101 | 111101 | 1000011 |
Color Harmonies of #76CFDE
Complementary color
Monochromatic Colors of #76CFDE
Black with #76CFDE
Text Example
Text Example
White with #76CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CFDE; }
p { color: rgb(118,207,222); }
H1.HeaderClassName
{
color: #76CFDE;
}
.AnyTagClassName
{
color: #76CFDE;
}
</style>
background-color css
<style>
a { background-color: #76CFDE; }
a { background-color: rgb(118,207,222); }
div.DivClassName
{
background-color: #76CFDE;
}
.BgClassName
{
background-color: #76CFDE;
}
</style>
border-color css
<style>
span { border-color: #76CFDE; }
span { border-color: rgb(118,207,222); }
td.TdClassName
{
border-color: #76CFDE;
}
.TagClassName
{
border-color: #76CFDE;
}
</style>