Shades of Riptide #79E7CA
Tints of Riptide #79E7CA
RGB
CMYK
RGB Variations
Color information
#79E7CA (or 0x79E7CA) is known color: Riptide. HEX triplet: 79, E7 and CA. RGB value is (121,231,202). Sum of RGB (Red+Green+Blue) = 121+231+202=554 (73% of max value = 765). Red value is 121 (47.66% from 255 or 21.84% from 554); Green value is 231 (90.62% from 255 or 41.70% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 231 - color contains mainly: green. Hex color #79E7CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79E7CA is #861835. Grayscale: #C2C2C2. Windows color (decimal): -8788022 or 13297529. OLE color: 13297529.
HSL color Cylindrical-coordinate representation of color #79E7CA: hue angle of 164.18º degrees, saturation: 0.7, 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 #79E7CA is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 121 | 231 | 202 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.09 |
| HSL | 164.18º | 0.7% | 0.69% | - |
| HSV(B) | 164.18º | 0.48% | 0.91% | - |
| XYZ | 47.12 | 65.48 | 66.03 | - |
| YUV | 194.8 | 132.06 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 231 | 202 | 0.48 | 0 | 0.13 | 0.09 | 164.18 | 0.7 | 0.69 |
| Hex | 79 | E7 | CA | 30 | 0 | D | 9 | A4 | 46 | 45 |
| Octal | 171 | 347 | 312 | 60 | 0 | 15 | 11 | 244 | 106 | 105 |
| Binary | 1111001 | 11100111 | 11001010 | 110000 | 0 | 1101 | 1001 | 10100100 | 1000110 | 1000101 |
Color Harmonies of #79E7CA
Complementary color
Monochromatic Colors of #79E7CA
Black with #79E7CA
Text Example
Text Example
White with #79E7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79E7CA; }
p { color: rgb(121,231,202); }
H1.HeaderClassName
{
color: #79E7CA;
}
.AnyTagClassName
{
color: #79E7CA;
}
</style>
background-color css
<style>
a { background-color: #79E7CA; }
a { background-color: rgb(121,231,202); }
div.DivClassName
{
background-color: #79E7CA;
}
.BgClassName
{
background-color: #79E7CA;
}
</style>
border-color css
<style>
span { border-color: #79E7CA; }
span { border-color: rgb(121,231,202); }
td.TdClassName
{
border-color: #79E7CA;
}
.TagClassName
{
border-color: #79E7CA;
}
</style>