Shades of Spray #79C9CA
Tints of Spray #79C9CA
RGB
CMYK
RGB Variations
Color information
#79C9CA (or 0x79C9CA) is known color: Spray. HEX triplet: 79, C9 and CA. RGB value is (121,201,202). Sum of RGB (Red+Green+Blue) = 121+201+202=524 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.09% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #79C9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C9CA is #863635. Grayscale: #B1B1B1. Windows color (decimal): -8795702 or 13289849. OLE color: 13289849.
HSL color Cylindrical-coordinate representation of color #79C9CA: hue angle of 180.74º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79C9CA is Cyan = 0.40, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 201 | 202 | - |
| CMYK | 0.40 | 0.00 | 0 | 0.21 |
| HSL | 180.74º | 0.43% | 0.63% | - |
| HSV(B) | 180.74º | 0.4% | 0.79% | - |
| XYZ | 39.43 | 50.1 | 63.47 | - |
| YUV | 177.19 | 142 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 201 | 202 | 0.40 | 0.00 | 0 | 0.21 | 180.74 | 0.43 | 0.63 |
| Hex | 79 | C9 | CA | 28 | 0 | 0 | 15 | B5 | 2B | 3F |
| Octal | 171 | 311 | 312 | 50 | 0 | 0 | 25 | 265 | 53 | 77 |
| Binary | 1111001 | 11001001 | 11001010 | 101000 | 0 | 0 | 10101 | 10110101 | 101011 | 111111 |
Color Harmonies of #79C9CA
Complementary color
Monochromatic Colors of #79C9CA
Black with #79C9CA
Text Example
Text Example
White with #79C9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C9CA; }
p { color: rgb(121,201,202); }
H1.HeaderClassName
{
color: #79C9CA;
}
.AnyTagClassName
{
color: #79C9CA;
}
</style>
background-color css
<style>
a { background-color: #79C9CA; }
a { background-color: rgb(121,201,202); }
div.DivClassName
{
background-color: #79C9CA;
}
.BgClassName
{
background-color: #79C9CA;
}
</style>
border-color css
<style>
span { border-color: #79C9CA; }
span { border-color: rgb(121,201,202); }
td.TdClassName
{
border-color: #79C9CA;
}
.TagClassName
{
border-color: #79C9CA;
}
</style>