Shades of Spray #73C7CB
Tints of Spray #73C7CB
RGB
CMYK
RGB Variations
Color information
#73C7CB (or 0x73C7CB) is known color: Spray. HEX triplet: 73, C7 and CB. RGB value is (115,199,203). Sum of RGB (Red+Green+Blue) = 115+199+203=517 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.24% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #73C7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C7CB is #8C3834. Grayscale: #AEAEAE. Windows color (decimal): -9189429 or 13354867. OLE color: 13354867.
HSL color Cylindrical-coordinate representation of color #73C7CB: hue angle of 182.73º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73C7CB is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 199 | 203 | - |
| CMYK | 0.43 | 0.02 | 0 | 0.20 |
| HSL | 182.73º | 0.46% | 0.62% | - |
| HSV(B) | 182.73º | 0.43% | 0.8% | - |
| XYZ | 38.27 | 48.8 | 63.9 | - |
| YUV | 174.34 | 144.17 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 199 | 203 | 0.43 | 0.02 | 0 | 0.20 | 182.73 | 0.46 | 0.62 |
| Hex | 73 | C7 | CB | 2B | 2 | 0 | 14 | B7 | 2E | 3E |
| Octal | 163 | 307 | 313 | 53 | 2 | 0 | 24 | 267 | 56 | 76 |
| Binary | 1110011 | 11000111 | 11001011 | 101011 | 10 | 0 | 10100 | 10110111 | 101110 | 111110 |
Color Harmonies of #73C7CB
Complementary color
Monochromatic Colors of #73C7CB
Black with #73C7CB
Text Example
Text Example
White with #73C7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C7CB; }
p { color: rgb(115,199,203); }
H1.HeaderClassName
{
color: #73C7CB;
}
.AnyTagClassName
{
color: #73C7CB;
}
</style>
background-color css
<style>
a { background-color: #73C7CB; }
a { background-color: rgb(115,199,203); }
div.DivClassName
{
background-color: #73C7CB;
}
.BgClassName
{
background-color: #73C7CB;
}
</style>
border-color css
<style>
span { border-color: #73C7CB; }
span { border-color: rgb(115,199,203); }
td.TdClassName
{
border-color: #73C7CB;
}
.TagClassName
{
border-color: #73C7CB;
}
</style>