Shades of Riptide #79E8CA
Tints of Riptide #79E8CA
RGB
CMYK
RGB Variations
Color information
#79E8CA (or 0x79E8CA) is known color: Riptide. HEX triplet: 79, E8 and CA. RGB value is (121,232,202). Sum of RGB (Red+Green+Blue) = 121+232+202=555 (73% of max value = 765). Red value is 121 (47.66% from 255 or 21.80% from 555); Green value is 232 (91.02% from 255 or 41.80% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 232 - color contains mainly: green. Hex color #79E8CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79E8CA is #861735. Grayscale: #C3C3C3. Windows color (decimal): -8787766 or 13297785. OLE color: 13297785.
HSL color Cylindrical-coordinate representation of color #79E8CA: hue angle of 163.78º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79E8CA is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 121 | 232 | 202 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.09 |
| HSL | 163.78º | 0.71% | 0.69% | - |
| HSV(B) | 163.78º | 0.48% | 0.91% | - |
| XYZ | 47.4 | 66.04 | 66.13 | - |
| YUV | 195.39 | 131.73 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 232 | 202 | 0.48 | 0 | 0.13 | 0.09 | 163.78 | 0.71 | 0.69 |
| Hex | 79 | E8 | CA | 30 | 0 | D | 9 | A4 | 47 | 45 |
| Octal | 171 | 350 | 312 | 60 | 0 | 15 | 11 | 244 | 107 | 105 |
| Binary | 1111001 | 11101000 | 11001010 | 110000 | 0 | 1101 | 1001 | 10100100 | 1000111 | 1000101 |
Color Harmonies of #79E8CA
Complementary color
Monochromatic Colors of #79E8CA
Black with #79E8CA
Text Example
Text Example
White with #79E8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79E8CA; }
p { color: rgb(121,232,202); }
H1.HeaderClassName
{
color: #79E8CA;
}
.AnyTagClassName
{
color: #79E8CA;
}
</style>
background-color css
<style>
a { background-color: #79E8CA; }
a { background-color: rgb(121,232,202); }
div.DivClassName
{
background-color: #79E8CA;
}
.BgClassName
{
background-color: #79E8CA;
}
</style>
border-color css
<style>
span { border-color: #79E8CA; }
span { border-color: rgb(121,232,202); }
td.TdClassName
{
border-color: #79E8CA;
}
.TagClassName
{
border-color: #79E8CA;
}
</style>