Shades of Riptide #79E7CC
Tints of Riptide #79E7CC
RGB
CMYK
RGB Variations
Color information
#79E7CC (or 0x79E7CC) is known color: Riptide. HEX triplet: 79, E7 and CC. RGB value is (121,231,204). Sum of RGB (Red+Green+Blue) = 121+231+204=556 (73% of max value = 765). Red value is 121 (47.66% from 255 or 21.76% from 556); Green value is 231 (90.62% from 255 or 41.55% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 231 - color contains mainly: green. Hex color #79E7CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79E7CC is #861833. Grayscale: #C3C3C3. Windows color (decimal): -8788020 or 13428601. OLE color: 13428601.
HSL color Cylindrical-coordinate representation of color #79E7CC: hue angle of 165.27º 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 #79E7CC is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 121 | 231 | 204 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.09 |
| HSL | 165.27º | 0.7% | 0.69% | - |
| HSV(B) | 165.27º | 0.48% | 0.91% | - |
| XYZ | 47.36 | 65.58 | 67.29 | - |
| YUV | 195.03 | 133.06 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 231 | 204 | 0.48 | 0 | 0.12 | 0.09 | 165.27 | 0.7 | 0.69 |
| Hex | 79 | E7 | CC | 30 | 0 | C | 9 | A5 | 46 | 45 |
| Octal | 171 | 347 | 314 | 60 | 0 | 14 | 11 | 245 | 106 | 105 |
| Binary | 1111001 | 11100111 | 11001100 | 110000 | 0 | 1100 | 1001 | 10100101 | 1000110 | 1000101 |
Color Harmonies of #79E7CC
Complementary color
Monochromatic Colors of #79E7CC
Black with #79E7CC
Text Example
Text Example
White with #79E7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79E7CC; }
p { color: rgb(121,231,204); }
H1.HeaderClassName
{
color: #79E7CC;
}
.AnyTagClassName
{
color: #79E7CC;
}
</style>
background-color css
<style>
a { background-color: #79E7CC; }
a { background-color: rgb(121,231,204); }
div.DivClassName
{
background-color: #79E7CC;
}
.BgClassName
{
background-color: #79E7CC;
}
</style>
border-color css
<style>
span { border-color: #79E7CC; }
span { border-color: rgb(121,231,204); }
td.TdClassName
{
border-color: #79E7CC;
}
.TagClassName
{
border-color: #79E7CC;
}
</style>