Shades of Spray #73D0CF
Tints of Spray #73D0CF
RGB
CMYK
RGB Variations
Color information
#73D0CF (or 0x73D0CF) is known color: Spray. HEX triplet: 73, D0 and CF. RGB value is (115,208,207). Sum of RGB (Red+Green+Blue) = 115+208+207=530 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.70% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 208 - color contains mainly: green. Hex color #73D0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D0CF is #8C2F30. Grayscale: #B3B3B3. Windows color (decimal): -9187121 or 13619315. OLE color: 13619315.
HSL color Cylindrical-coordinate representation of color #73D0CF: hue angle of 179.35º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73D0CF is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 208 | 207 | - |
| CMYK | 0.45 | 0 | 0.00 | 0.18 |
| HSL | 179.35º | 0.5% | 0.63% | - |
| HSV(B) | 179.35º | 0.45% | 0.82% | - |
| XYZ | 40.89 | 53.26 | 67.16 | - |
| YUV | 180.08 | 143.19 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 208 | 207 | 0.45 | 0 | 0.00 | 0.18 | 179.35 | 0.5 | 0.63 |
| Hex | 73 | D0 | CF | 2D | 0 | 0 | 12 | B3 | 32 | 3F |
| Octal | 163 | 320 | 317 | 55 | 0 | 0 | 22 | 263 | 62 | 77 |
| Binary | 1110011 | 11010000 | 11001111 | 101101 | 0 | 0 | 10010 | 10110011 | 110010 | 111111 |
Color Harmonies of #73D0CF
Complementary color
Monochromatic Colors of #73D0CF
Black with #73D0CF
Text Example
Text Example
White with #73D0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D0CF; }
p { color: rgb(115,208,207); }
H1.HeaderClassName
{
color: #73D0CF;
}
.AnyTagClassName
{
color: #73D0CF;
}
</style>
background-color css
<style>
a { background-color: #73D0CF; }
a { background-color: rgb(115,208,207); }
div.DivClassName
{
background-color: #73D0CF;
}
.BgClassName
{
background-color: #73D0CF;
}
</style>
border-color css
<style>
span { border-color: #73D0CF; }
span { border-color: rgb(115,208,207); }
td.TdClassName
{
border-color: #73D0CF;
}
.TagClassName
{
border-color: #73D0CF;
}
</style>