Shades of Riptide #79E5CA
Tints of Riptide #79E5CA
RGB
CMYK
RGB Variations
Color information
#79E5CA (or 0x79E5CA) is known color: Riptide. HEX triplet: 79, E5 and CA. RGB value is (121,229,202). Sum of RGB (Red+Green+Blue) = 121+229+202=552 (73% of max value = 765). Red value is 121 (47.66% from 255 or 21.92% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 229 - color contains mainly: green. Hex color #79E5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79E5CA is #861A35. Grayscale: #C1C1C1. Windows color (decimal): -8788534 or 13297017. OLE color: 13297017.
HSL color Cylindrical-coordinate representation of color #79E5CA: hue angle of 165º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #79E5CA is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 121 | 229 | 202 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.10 |
| HSL | 165º | 0.68% | 0.69% | - |
| HSV(B) | 165º | 0.47% | 0.9% | - |
| XYZ | 46.57 | 64.37 | 65.85 | - |
| YUV | 193.63 | 132.72 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 229 | 202 | 0.47 | 0 | 0.12 | 0.10 | 165 | 0.68 | 0.69 |
| Hex | 79 | E5 | CA | 2F | 0 | C | A | A5 | 44 | 45 |
| Octal | 171 | 345 | 312 | 57 | 0 | 14 | 12 | 245 | 104 | 105 |
| Binary | 1111001 | 11100101 | 11001010 | 101111 | 0 | 1100 | 1010 | 10100101 | 1000100 | 1000101 |
Color Harmonies of #79E5CA
Complementary color
Monochromatic Colors of #79E5CA
Black with #79E5CA
Text Example
Text Example
White with #79E5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79E5CA; }
p { color: rgb(121,229,202); }
H1.HeaderClassName
{
color: #79E5CA;
}
.AnyTagClassName
{
color: #79E5CA;
}
</style>
background-color css
<style>
a { background-color: #79E5CA; }
a { background-color: rgb(121,229,202); }
div.DivClassName
{
background-color: #79E5CA;
}
.BgClassName
{
background-color: #79E5CA;
}
</style>
border-color css
<style>
span { border-color: #79E5CA; }
span { border-color: rgb(121,229,202); }
td.TdClassName
{
border-color: #79E5CA;
}
.TagClassName
{
border-color: #79E5CA;
}
</style>