Shades of Riptide #7AE5C9
Tints of Riptide #7AE5C9
RGB
CMYK
RGB Variations
Color information
#7AE5C9 (or 0x7AE5C9) is known color: Riptide. HEX triplet: 7A, E5 and C9. RGB value is (122,229,201). Sum of RGB (Red+Green+Blue) = 122+229+201=552 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.10% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 229 - color contains mainly: green. Hex color #7AE5C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE5C9 is #851A36. Grayscale: #C1C1C1. Windows color (decimal): -8722999 or 13231482. OLE color: 13231482.
HSL color Cylindrical-coordinate representation of color #7AE5C9: hue angle of 164.3º degrees, saturation: 0.67, 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 #7AE5C9 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 229 | 201 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.10 |
| HSL | 164.3º | 0.67% | 0.69% | - |
| HSV(B) | 164.3º | 0.47% | 0.9% | - |
| XYZ | 46.59 | 64.39 | 65.23 | - |
| YUV | 193.82 | 132.05 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 229 | 201 | 0.47 | 0 | 0.12 | 0.10 | 164.3 | 0.67 | 0.69 |
| Hex | 7A | E5 | C9 | 2F | 0 | C | A | A4 | 43 | 45 |
| Octal | 172 | 345 | 311 | 57 | 0 | 14 | 12 | 244 | 103 | 105 |
| Binary | 1111010 | 11100101 | 11001001 | 101111 | 0 | 1100 | 1010 | 10100100 | 1000011 | 1000101 |
Color Harmonies of #7AE5C9
Complementary color
Monochromatic Colors of #7AE5C9
Black with #7AE5C9
Text Example
Text Example
White with #7AE5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE5C9; }
p { color: rgb(122,229,201); }
H1.HeaderClassName
{
color: #7AE5C9;
}
.AnyTagClassName
{
color: #7AE5C9;
}
</style>
background-color css
<style>
a { background-color: #7AE5C9; }
a { background-color: rgb(122,229,201); }
div.DivClassName
{
background-color: #7AE5C9;
}
.BgClassName
{
background-color: #7AE5C9;
}
</style>
border-color css
<style>
span { border-color: #7AE5C9; }
span { border-color: rgb(122,229,201); }
td.TdClassName
{
border-color: #7AE5C9;
}
.TagClassName
{
border-color: #7AE5C9;
}
</style>