Shades of Spray #76CFCF
Tints of Spray #76CFCF
RGB
CMYK
RGB Variations
Color information
#76CFCF (or 0x76CFCF) is known color: Spray. HEX triplet: 76, CF and CF. RGB value is (118,207,207). Sum of RGB (Red+Green+Blue) = 118+207+207=532 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.18% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #76CFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CFCF is #893030. Grayscale: #B4B4B4. Windows color (decimal): -8990769 or 13619062. OLE color: 13619062.
HSL color Cylindrical-coordinate representation of color #76CFCF: hue angle of 180º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76CFCF is Cyan = 0.43, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 207 | 207 | - |
| CMYK | 0.43 | 0 | 0 | 0.19 |
| HSL | 180º | 0.48% | 0.64% | - |
| HSV(B) | 180º | 0.43% | 0.81% | - |
| XYZ | 41.05 | 52.98 | 67.09 | - |
| YUV | 180.39 | 143.01 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 207 | 207 | 0.43 | 0 | 0 | 0.19 | 180 | 0.48 | 0.64 |
| Hex | 76 | CF | CF | 2B | 0 | 0 | 13 | B4 | 30 | 40 |
| Octal | 166 | 317 | 317 | 53 | 0 | 0 | 23 | 264 | 60 | 100 |
| Binary | 1110110 | 11001111 | 11001111 | 101011 | 0 | 0 | 10011 | 10110100 | 110000 | 1000000 |
Color Harmonies of #76CFCF
Complementary color
Monochromatic Colors of #76CFCF
Black with #76CFCF
Text Example
Text Example
White with #76CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CFCF; }
p { color: rgb(118,207,207); }
H1.HeaderClassName
{
color: #76CFCF;
}
.AnyTagClassName
{
color: #76CFCF;
}
</style>
background-color css
<style>
a { background-color: #76CFCF; }
a { background-color: rgb(118,207,207); }
div.DivClassName
{
background-color: #76CFCF;
}
.BgClassName
{
background-color: #76CFCF;
}
</style>
border-color css
<style>
span { border-color: #76CFCF; }
span { border-color: rgb(118,207,207); }
td.TdClassName
{
border-color: #76CFCF;
}
.TagClassName
{
border-color: #76CFCF;
}
</style>