Shades of Riptide #7AE5D7
Tints of Riptide #7AE5D7
RGB
CMYK
RGB Variations
Color information
#7AE5D7 (or 0x7AE5D7) is known color: Riptide. HEX triplet: 7A, E5 and D7. RGB value is (122,229,215). Sum of RGB (Red+Green+Blue) = 122+229+215=566 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.55% from 566); Green value is 229 (89.84% from 255 or 40.46% from 566); Blue value is 215 (84.38% from 255 or 37.99% from 566); Max value from RGB is 229 - color contains mainly: green. Hex color #7AE5D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE5D7 is #851A28. Grayscale: #C3C3C3. Windows color (decimal): -8722985 or 14148986. OLE color: 14148986.
HSL color Cylindrical-coordinate representation of color #7AE5D7: hue angle of 172.15º 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 #7AE5D7 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 229 | 215 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.10 |
| HSL | 172.15º | 0.67% | 0.69% | - |
| HSV(B) | 172.15º | 0.47% | 0.9% | - |
| XYZ | 48.31 | 65.08 | 74.31 | - |
| YUV | 195.41 | 139.05 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 229 | 215 | 0.47 | 0 | 0.06 | 0.10 | 172.15 | 0.67 | 0.69 |
| Hex | 7A | E5 | D7 | 2F | 0 | 6 | A | AC | 43 | 45 |
| Octal | 172 | 345 | 327 | 57 | 0 | 6 | 12 | 254 | 103 | 105 |
| Binary | 1111010 | 11100101 | 11010111 | 101111 | 0 | 110 | 1010 | 10101100 | 1000011 | 1000101 |
Color Harmonies of #7AE5D7
Complementary color
Monochromatic Colors of #7AE5D7
Black with #7AE5D7
Text Example
Text Example
White with #7AE5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE5D7; }
p { color: rgb(122,229,215); }
H1.HeaderClassName
{
color: #7AE5D7;
}
.AnyTagClassName
{
color: #7AE5D7;
}
</style>
background-color css
<style>
a { background-color: #7AE5D7; }
a { background-color: rgb(122,229,215); }
div.DivClassName
{
background-color: #7AE5D7;
}
.BgClassName
{
background-color: #7AE5D7;
}
</style>
border-color css
<style>
span { border-color: #7AE5D7; }
span { border-color: rgb(122,229,215); }
td.TdClassName
{
border-color: #7AE5D7;
}
.TagClassName
{
border-color: #7AE5D7;
}
</style>