Shades of Spray #73C7CD
Tints of Spray #73C7CD
RGB
CMYK
RGB Variations
Color information
#73C7CD (or 0x73C7CD) is known color: Spray. HEX triplet: 73, C7 and CD. RGB value is (115,199,205). Sum of RGB (Red+Green+Blue) = 115+199+205=519 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.16% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #73C7CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C7CD is #8C3832. Grayscale: #AEAEAE. Windows color (decimal): -9189427 or 13485939. OLE color: 13485939.
HSL color Cylindrical-coordinate representation of color #73C7CD: hue angle of 184º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73C7CD is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 199 | 205 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.20 |
| HSL | 184º | 0.47% | 0.63% | - |
| HSV(B) | 184º | 0.44% | 0.8% | - |
| XYZ | 38.51 | 48.9 | 65.17 | - |
| YUV | 174.57 | 145.17 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 199 | 205 | 0.44 | 0.03 | 0 | 0.20 | 184 | 0.47 | 0.63 |
| Hex | 73 | C7 | CD | 2C | 3 | 0 | 14 | B8 | 2F | 3F |
| Octal | 163 | 307 | 315 | 54 | 3 | 0 | 24 | 270 | 57 | 77 |
| Binary | 1110011 | 11000111 | 11001101 | 101100 | 11 | 0 | 10100 | 10111000 | 101111 | 111111 |
Color Harmonies of #73C7CD
Complementary color
Monochromatic Colors of #73C7CD
Black with #73C7CD
Text Example
Text Example
White with #73C7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C7CD; }
p { color: rgb(115,199,205); }
H1.HeaderClassName
{
color: #73C7CD;
}
.AnyTagClassName
{
color: #73C7CD;
}
</style>
background-color css
<style>
a { background-color: #73C7CD; }
a { background-color: rgb(115,199,205); }
div.DivClassName
{
background-color: #73C7CD;
}
.BgClassName
{
background-color: #73C7CD;
}
</style>
border-color css
<style>
span { border-color: #73C7CD; }
span { border-color: rgb(115,199,205); }
td.TdClassName
{
border-color: #73C7CD;
}
.TagClassName
{
border-color: #73C7CD;
}
</style>