Shades of Riptide #79E3CA
Tints of Riptide #79E3CA
RGB
CMYK
RGB Variations
Color information
#79E3CA (or 0x79E3CA) is known color: Riptide. HEX triplet: 79, E3 and CA. RGB value is (121,227,202). Sum of RGB (Red+Green+Blue) = 121+227+202=550 (72% of max value = 765). Red value is 121 (47.66% from 255 or 22% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 227 - color contains mainly: green. Hex color #79E3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79E3CA is #861C35. Grayscale: #C0C0C0. Windows color (decimal): -8789046 or 13296505. OLE color: 13296505.
HSL color Cylindrical-coordinate representation of color #79E3CA: hue angle of 165.85º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #79E3CA is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 121 | 227 | 202 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.11 |
| HSL | 165.85º | 0.65% | 0.68% | - |
| HSV(B) | 165.85º | 0.47% | 0.89% | - |
| XYZ | 46.01 | 63.27 | 65.66 | - |
| YUV | 192.46 | 133.38 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 227 | 202 | 0.47 | 0 | 0.11 | 0.11 | 165.85 | 0.65 | 0.68 |
| Hex | 79 | E3 | CA | 2F | 0 | B | B | A6 | 41 | 44 |
| Octal | 171 | 343 | 312 | 57 | 0 | 13 | 13 | 246 | 101 | 104 |
| Binary | 1111001 | 11100011 | 11001010 | 101111 | 0 | 1011 | 1011 | 10100110 | 1000001 | 1000100 |
Color Harmonies of #79E3CA
Complementary color
Monochromatic Colors of #79E3CA
Black with #79E3CA
Text Example
Text Example
White with #79E3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79E3CA; }
p { color: rgb(121,227,202); }
H1.HeaderClassName
{
color: #79E3CA;
}
.AnyTagClassName
{
color: #79E3CA;
}
</style>
background-color css
<style>
a { background-color: #79E3CA; }
a { background-color: rgb(121,227,202); }
div.DivClassName
{
background-color: #79E3CA;
}
.BgClassName
{
background-color: #79E3CA;
}
</style>
border-color css
<style>
span { border-color: #79E3CA; }
span { border-color: rgb(121,227,202); }
td.TdClassName
{
border-color: #79E3CA;
}
.TagClassName
{
border-color: #79E3CA;
}
</style>