Shades of Spray #79D5D1
Tints of Spray #79D5D1
RGB
CMYK
RGB Variations
Color information
#79D5D1 (or 0x79D5D1) is known color: Spray. HEX triplet: 79, D5 and D1. RGB value is (121,213,209). Sum of RGB (Red+Green+Blue) = 121+213+209=543 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.28% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 213 - color contains mainly: green. Hex color #79D5D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D5D1 is #862A2E. Grayscale: #B8B8B8. Windows color (decimal): -8792623 or 13751673. OLE color: 13751673.
HSL color Cylindrical-coordinate representation of color #79D5D1: hue angle of 177.39º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #79D5D1 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 213 | 209 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.16 |
| HSL | 177.39º | 0.52% | 0.65% | - |
| HSV(B) | 177.39º | 0.43% | 0.84% | - |
| XYZ | 43.19 | 56.26 | 68.9 | - |
| YUV | 185.04 | 141.52 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 213 | 209 | 0.43 | 0 | 0.02 | 0.16 | 177.39 | 0.52 | 0.65 |
| Hex | 79 | D5 | D1 | 2B | 0 | 2 | 10 | B1 | 34 | 41 |
| Octal | 171 | 325 | 321 | 53 | 0 | 2 | 20 | 261 | 64 | 101 |
| Binary | 1111001 | 11010101 | 11010001 | 101011 | 0 | 10 | 10000 | 10110001 | 110100 | 1000001 |
Color Harmonies of #79D5D1
Complementary color
Monochromatic Colors of #79D5D1
Black with #79D5D1
Text Example
Text Example
White with #79D5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D5D1; }
p { color: rgb(121,213,209); }
H1.HeaderClassName
{
color: #79D5D1;
}
.AnyTagClassName
{
color: #79D5D1;
}
</style>
background-color css
<style>
a { background-color: #79D5D1; }
a { background-color: rgb(121,213,209); }
div.DivClassName
{
background-color: #79D5D1;
}
.BgClassName
{
background-color: #79D5D1;
}
</style>
border-color css
<style>
span { border-color: #79D5D1; }
span { border-color: rgb(121,213,209); }
td.TdClassName
{
border-color: #79D5D1;
}
.TagClassName
{
border-color: #79D5D1;
}
</style>