Shades of Spray #79C6C9
Tints of Spray #79C6C9
RGB
CMYK
RGB Variations
Color information
#79C6C9 (or 0x79C6C9) is known color: Spray. HEX triplet: 79, C6 and C9. RGB value is (121,198,201). Sum of RGB (Red+Green+Blue) = 121+198+201=520 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.27% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 201 - color contains mainly: blue. Hex color #79C6C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C6C9 is #863936. Grayscale: #AFAFAF. Windows color (decimal): -8796471 or 13223545. OLE color: 13223545.
HSL color Cylindrical-coordinate representation of color #79C6C9: hue angle of 182.25º 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 #79C6C9 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 198 | 201 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.21 |
| HSL | 182.25º | 0.43% | 0.63% | - |
| HSV(B) | 182.25º | 0.4% | 0.79% | - |
| XYZ | 38.62 | 48.67 | 62.62 | - |
| YUV | 175.32 | 142.49 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 198 | 201 | 0.40 | 0.01 | 0 | 0.21 | 182.25 | 0.43 | 0.63 |
| Hex | 79 | C6 | C9 | 28 | 1 | 0 | 15 | B6 | 2B | 3F |
| Octal | 171 | 306 | 311 | 50 | 1 | 0 | 25 | 266 | 53 | 77 |
| Binary | 1111001 | 11000110 | 11001001 | 101000 | 1 | 0 | 10101 | 10110110 | 101011 | 111111 |
Color Harmonies of #79C6C9
Complementary color
Monochromatic Colors of #79C6C9
Black with #79C6C9
Text Example
Text Example
White with #79C6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C6C9; }
p { color: rgb(121,198,201); }
H1.HeaderClassName
{
color: #79C6C9;
}
.AnyTagClassName
{
color: #79C6C9;
}
</style>
background-color css
<style>
a { background-color: #79C6C9; }
a { background-color: rgb(121,198,201); }
div.DivClassName
{
background-color: #79C6C9;
}
.BgClassName
{
background-color: #79C6C9;
}
</style>
border-color css
<style>
span { border-color: #79C6C9; }
span { border-color: rgb(121,198,201); }
td.TdClassName
{
border-color: #79C6C9;
}
.TagClassName
{
border-color: #79C6C9;
}
</style>