Shades of Riptide #7AE8D4
Tints of Riptide #7AE8D4
RGB
CMYK
RGB Variations
Color information
#7AE8D4 (or 0x7AE8D4) is known color: Riptide. HEX triplet: 7A, E8 and D4. RGB value is (122,232,212). Sum of RGB (Red+Green+Blue) = 122+232+212=566 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.55% from 566); Green value is 232 (91.02% from 255 or 40.99% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 232 - color contains mainly: green. Hex color #7AE8D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AE8D4 is #85172B. Grayscale: #C4C4C4. Windows color (decimal): -8722220 or 13953146. OLE color: 13953146.
HSL color Cylindrical-coordinate representation of color #7AE8D4: hue angle of 169.09º degrees, saturation: 0.71, 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 #7AE8D4 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 232 | 212 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.09 |
| HSL | 169.09º | 0.71% | 0.69% | - |
| HSV(B) | 169.09º | 0.47% | 0.91% | - |
| XYZ | 48.77 | 66.6 | 72.57 | - |
| YUV | 196.83 | 136.56 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 232 | 212 | 0.47 | 0 | 0.09 | 0.09 | 169.09 | 0.71 | 0.69 |
| Hex | 7A | E8 | D4 | 2F | 0 | 9 | 9 | A9 | 47 | 45 |
| Octal | 172 | 350 | 324 | 57 | 0 | 11 | 11 | 251 | 107 | 105 |
| Binary | 1111010 | 11101000 | 11010100 | 101111 | 0 | 1001 | 1001 | 10101001 | 1000111 | 1000101 |
Color Harmonies of #7AE8D4
Complementary color
Monochromatic Colors of #7AE8D4
Black with #7AE8D4
Text Example
Text Example
White with #7AE8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE8D4; }
p { color: rgb(122,232,212); }
H1.HeaderClassName
{
color: #7AE8D4;
}
.AnyTagClassName
{
color: #7AE8D4;
}
</style>
background-color css
<style>
a { background-color: #7AE8D4; }
a { background-color: rgb(122,232,212); }
div.DivClassName
{
background-color: #7AE8D4;
}
.BgClassName
{
background-color: #7AE8D4;
}
</style>
border-color css
<style>
span { border-color: #7AE8D4; }
span { border-color: rgb(122,232,212); }
td.TdClassName
{
border-color: #7AE8D4;
}
.TagClassName
{
border-color: #7AE8D4;
}
</style>