Shades of Spray #73CFCF
Tints of Spray #73CFCF
RGB
CMYK
RGB Variations
Color information
#73CFCF (or 0x73CFCF) is known color: Spray. HEX triplet: 73, CF and CF. RGB value is (115,207,207). Sum of RGB (Red+Green+Blue) = 115+207+207=529 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.74% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #73CFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CFCF is #8C3030. Grayscale: #B3B3B3. Windows color (decimal): -9187377 or 13619059. OLE color: 13619059.
HSL color Cylindrical-coordinate representation of color #73CFCF: hue angle of 180º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CFCF is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 207 | 207 | - |
| CMYK | 0.44 | 0 | 0 | 0.19 |
| HSL | 180º | 0.49% | 0.63% | - |
| HSV(B) | 180º | 0.44% | 0.81% | - |
| XYZ | 40.65 | 52.78 | 67.08 | - |
| YUV | 179.49 | 143.52 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 207 | 0.44 | 0 | 0 | 0.19 | 180 | 0.49 | 0.63 |
| Hex | 73 | CF | CF | 2C | 0 | 0 | 13 | B4 | 31 | 3F |
| Octal | 163 | 317 | 317 | 54 | 0 | 0 | 23 | 264 | 61 | 77 |
| Binary | 1110011 | 11001111 | 11001111 | 101100 | 0 | 0 | 10011 | 10110100 | 110001 | 111111 |
Color Harmonies of #73CFCF
Complementary color
Monochromatic Colors of #73CFCF
Black with #73CFCF
Text Example
Text Example
White with #73CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CFCF; }
p { color: rgb(115,207,207); }
H1.HeaderClassName
{
color: #73CFCF;
}
.AnyTagClassName
{
color: #73CFCF;
}
</style>
background-color css
<style>
a { background-color: #73CFCF; }
a { background-color: rgb(115,207,207); }
div.DivClassName
{
background-color: #73CFCF;
}
.BgClassName
{
background-color: #73CFCF;
}
</style>
border-color css
<style>
span { border-color: #73CFCF; }
span { border-color: rgb(115,207,207); }
td.TdClassName
{
border-color: #73CFCF;
}
.TagClassName
{
border-color: #73CFCF;
}
</style>