Shades of Spray #79D7D4
Tints of Spray #79D7D4
RGB
CMYK
RGB Variations
Color information
#79D7D4 (or 0x79D7D4) is known color: Spray. HEX triplet: 79, D7 and D4. RGB value is (121,215,212). Sum of RGB (Red+Green+Blue) = 121+215+212=548 (72% of max value = 765). Red value is 121 (47.66% from 255 or 22.08% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 215 - color contains mainly: green. Hex color #79D7D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D7D4 is #86282B. Grayscale: #BABABA. Windows color (decimal): -8792108 or 13948793. OLE color: 13948793.
HSL color Cylindrical-coordinate representation of color #79D7D4: hue angle of 178.09º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #79D7D4 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 215 | 212 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.16 |
| HSL | 178.09º | 0.54% | 0.66% | - |
| HSV(B) | 178.09º | 0.44% | 0.84% | - |
| XYZ | 44.07 | 57.42 | 71.05 | - |
| YUV | 186.55 | 142.36 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 215 | 212 | 0.44 | 0 | 0.01 | 0.16 | 178.09 | 0.54 | 0.66 |
| Hex | 79 | D7 | D4 | 2C | 0 | 1 | 10 | B2 | 36 | 42 |
| Octal | 171 | 327 | 324 | 54 | 0 | 1 | 20 | 262 | 66 | 102 |
| Binary | 1111001 | 11010111 | 11010100 | 101100 | 0 | 1 | 10000 | 10110010 | 110110 | 1000010 |
Color Harmonies of #79D7D4
Complementary color
Monochromatic Colors of #79D7D4
Black with #79D7D4
Text Example
Text Example
White with #79D7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D7D4; }
p { color: rgb(121,215,212); }
H1.HeaderClassName
{
color: #79D7D4;
}
.AnyTagClassName
{
color: #79D7D4;
}
</style>
background-color css
<style>
a { background-color: #79D7D4; }
a { background-color: rgb(121,215,212); }
div.DivClassName
{
background-color: #79D7D4;
}
.BgClassName
{
background-color: #79D7D4;
}
</style>
border-color css
<style>
span { border-color: #79D7D4; }
span { border-color: rgb(121,215,212); }
td.TdClassName
{
border-color: #79D7D4;
}
.TagClassName
{
border-color: #79D7D4;
}
</style>