Shades of Spray #80CFCF
Tints of Spray #80CFCF
RGB
CMYK
RGB Variations
Color information
#80CFCF (or 0x80CFCF) is known color: Spray. HEX triplet: 80, CF and CF. RGB value is (128,207,207). Sum of RGB (Red+Green+Blue) = 128+207+207=542 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.62% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #80CFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CFCF is #7F3030. Grayscale: #B7B7B7. Windows color (decimal): -8335409 or 13619072. OLE color: 13619072.
HSL color Cylindrical-coordinate representation of color #80CFCF: hue angle of 180º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CFCF is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 207 | - |
| CMYK | 0.38 | 0 | 0 | 0.19 |
| HSL | 180º | 0.45% | 0.66% | - |
| HSV(B) | 180º | 0.38% | 0.81% | - |
| XYZ | 42.48 | 53.72 | 67.16 | - |
| YUV | 183.38 | 141.33 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 207 | 0.38 | 0 | 0 | 0.19 | 180 | 0.45 | 0.66 |
| Hex | 80 | CF | CF | 26 | 0 | 0 | 13 | B4 | 2D | 42 |
| Octal | 200 | 317 | 317 | 46 | 0 | 0 | 23 | 264 | 55 | 102 |
| Binary | 10000000 | 11001111 | 11001111 | 100110 | 0 | 0 | 10011 | 10110100 | 101101 | 1000010 |
Color Harmonies of #80CFCF
Complementary color
Monochromatic Colors of #80CFCF
Black with #80CFCF
Text Example
Text Example
White with #80CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CFCF; }
p { color: rgb(128,207,207); }
H1.HeaderClassName
{
color: #80CFCF;
}
.AnyTagClassName
{
color: #80CFCF;
}
</style>
background-color css
<style>
a { background-color: #80CFCF; }
a { background-color: rgb(128,207,207); }
div.DivClassName
{
background-color: #80CFCF;
}
.BgClassName
{
background-color: #80CFCF;
}
</style>
border-color css
<style>
span { border-color: #80CFCF; }
span { border-color: rgb(128,207,207); }
td.TdClassName
{
border-color: #80CFCF;
}
.TagClassName
{
border-color: #80CFCF;
}
</style>