Shades of Spray #79CED4
Tints of Spray #79CED4
RGB
CMYK
RGB Variations
Color information
#79CED4 (or 0x79CED4) is known color: Spray. HEX triplet: 79, CE and D4. RGB value is (121,206,212). Sum of RGB (Red+Green+Blue) = 121+206+212=539 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.45% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 212 - color contains mainly: blue. Hex color #79CED4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CED4 is #86312B. Grayscale: #B5B5B5. Windows color (decimal): -8794412 or 13946489. OLE color: 13946489.
HSL color Cylindrical-coordinate representation of color #79CED4: hue angle of 183.96º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #79CED4 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 121 | 206 | 212 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.17 |
| HSL | 183.96º | 0.51% | 0.65% | - |
| HSV(B) | 183.96º | 0.43% | 0.83% | - |
| XYZ | 41.84 | 52.96 | 70.3 | - |
| YUV | 181.27 | 145.34 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 206 | 212 | 0.43 | 0.03 | 0 | 0.17 | 183.96 | 0.51 | 0.65 |
| Hex | 79 | CE | D4 | 2B | 3 | 0 | 11 | B8 | 33 | 41 |
| Octal | 171 | 316 | 324 | 53 | 3 | 0 | 21 | 270 | 63 | 101 |
| Binary | 1111001 | 11001110 | 11010100 | 101011 | 11 | 0 | 10001 | 10111000 | 110011 | 1000001 |
Color Harmonies of #79CED4
Complementary color
Monochromatic Colors of #79CED4
Black with #79CED4
Text Example
Text Example
White with #79CED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CED4; }
p { color: rgb(121,206,212); }
H1.HeaderClassName
{
color: #79CED4;
}
.AnyTagClassName
{
color: #79CED4;
}
</style>
background-color css
<style>
a { background-color: #79CED4; }
a { background-color: rgb(121,206,212); }
div.DivClassName
{
background-color: #79CED4;
}
.BgClassName
{
background-color: #79CED4;
}
</style>
border-color css
<style>
span { border-color: #79CED4; }
span { border-color: rgb(121,206,212); }
td.TdClassName
{
border-color: #79CED4;
}
.TagClassName
{
border-color: #79CED4;
}
</style>