Shades of Riptide #7AE2CE
Tints of Riptide #7AE2CE
RGB
CMYK
RGB Variations
Color information
#7AE2CE (or 0x7AE2CE) is known color: Riptide. HEX triplet: 7A, E2 and CE. RGB value is (122,226,206). Sum of RGB (Red+Green+Blue) = 122+226+206=554 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.02% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 226 - color contains mainly: green. Hex color #7AE2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE2CE is #851D31. Grayscale: #C0C0C0. Windows color (decimal): -8723762 or 13558394. OLE color: 13558394.
HSL color Cylindrical-coordinate representation of color #7AE2CE: hue angle of 168.46º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE2CE is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 122 | 226 | 206 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.11 |
| HSL | 168.46º | 0.64% | 0.68% | - |
| HSV(B) | 168.46º | 0.46% | 0.89% | - |
| XYZ | 46.36 | 62.99 | 68.11 | - |
| YUV | 192.62 | 135.54 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 226 | 206 | 0.46 | 0 | 0.09 | 0.11 | 168.46 | 0.64 | 0.68 |
| Hex | 7A | E2 | CE | 2E | 0 | 9 | B | A8 | 40 | 44 |
| Octal | 172 | 342 | 316 | 56 | 0 | 11 | 13 | 250 | 100 | 104 |
| Binary | 1111010 | 11100010 | 11001110 | 101110 | 0 | 1001 | 1011 | 10101000 | 1000000 | 1000100 |
Color Harmonies of #7AE2CE
Complementary color
Monochromatic Colors of #7AE2CE
Black with #7AE2CE
Text Example
Text Example
White with #7AE2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE2CE; }
p { color: rgb(122,226,206); }
H1.HeaderClassName
{
color: #7AE2CE;
}
.AnyTagClassName
{
color: #7AE2CE;
}
</style>
background-color css
<style>
a { background-color: #7AE2CE; }
a { background-color: rgb(122,226,206); }
div.DivClassName
{
background-color: #7AE2CE;
}
.BgClassName
{
background-color: #7AE2CE;
}
</style>
border-color css
<style>
span { border-color: #7AE2CE; }
span { border-color: rgb(122,226,206); }
td.TdClassName
{
border-color: #7AE2CE;
}
.TagClassName
{
border-color: #7AE2CE;
}
</style>