Shades of Riptide #7AE7C0
Tints of Riptide #7AE7C0
RGB
CMYK
RGB Variations
Color information
#7AE7C0 (or 0x7AE7C0) is known color: Riptide. HEX triplet: 7A, E7 and C0. RGB value is (122,231,192). Sum of RGB (Red+Green+Blue) = 122+231+192=545 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.39% from 545); Green value is 231 (90.62% from 255 or 42.39% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 231 - color contains mainly: green. Hex color #7AE7C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AE7C0 is #85183F. Grayscale: #C2C2C2. Windows color (decimal): -8722496 or 12642170. OLE color: 12642170.
HSL color Cylindrical-coordinate representation of color #7AE7C0: hue angle of 158.53º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AE7C0 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 231 | 192 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.09 |
| HSL | 158.53º | 0.69% | 0.69% | - |
| HSV(B) | 158.53º | 0.47% | 0.91% | - |
| XYZ | 46.12 | 65.1 | 60 | - |
| YUV | 193.96 | 126.89 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 231 | 192 | 0.47 | 0 | 0.17 | 0.09 | 158.53 | 0.69 | 0.69 |
| Hex | 7A | E7 | C0 | 2F | 0 | 11 | 9 | 9F | 45 | 45 |
| Octal | 172 | 347 | 300 | 57 | 0 | 21 | 11 | 237 | 105 | 105 |
| Binary | 1111010 | 11100111 | 11000000 | 101111 | 0 | 10001 | 1001 | 10011111 | 1000101 | 1000101 |
Color Harmonies of #7AE7C0
Complementary color
Monochromatic Colors of #7AE7C0
Black with #7AE7C0
Text Example
Text Example
White with #7AE7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE7C0; }
p { color: rgb(122,231,192); }
H1.HeaderClassName
{
color: #7AE7C0;
}
.AnyTagClassName
{
color: #7AE7C0;
}
</style>
background-color css
<style>
a { background-color: #7AE7C0; }
a { background-color: rgb(122,231,192); }
div.DivClassName
{
background-color: #7AE7C0;
}
.BgClassName
{
background-color: #7AE7C0;
}
</style>
border-color css
<style>
span { border-color: #7AE7C0; }
span { border-color: rgb(122,231,192); }
td.TdClassName
{
border-color: #7AE7C0;
}
.TagClassName
{
border-color: #7AE7C0;
}
</style>