Shades of Riptide #7AE2C8
Tints of Riptide #7AE2C8
RGB
CMYK
RGB Variations
Color information
#7AE2C8 (or 0x7AE2C8) is known color: Riptide. HEX triplet: 7A, E2 and C8. RGB value is (122,226,200). Sum of RGB (Red+Green+Blue) = 122+226+200=548 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.26% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 226 - color contains mainly: green. Hex color #7AE2C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE2C8 is #851D37. Grayscale: #BFBFBF. Windows color (decimal): -8723768 or 13165178. OLE color: 13165178.
HSL color Cylindrical-coordinate representation of color #7AE2C8: hue angle of 165º 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 #7AE2C8 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 122 | 226 | 200 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.11 |
| HSL | 165º | 0.64% | 0.68% | - |
| HSV(B) | 165º | 0.46% | 0.89% | - |
| XYZ | 45.65 | 62.7 | 64.34 | - |
| YUV | 191.94 | 132.54 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 226 | 200 | 0.46 | 0 | 0.12 | 0.11 | 165 | 0.64 | 0.68 |
| Hex | 7A | E2 | C8 | 2E | 0 | C | B | A5 | 40 | 44 |
| Octal | 172 | 342 | 310 | 56 | 0 | 14 | 13 | 245 | 100 | 104 |
| Binary | 1111010 | 11100010 | 11001000 | 101110 | 0 | 1100 | 1011 | 10100101 | 1000000 | 1000100 |
Color Harmonies of #7AE2C8
Complementary color
Monochromatic Colors of #7AE2C8
Black with #7AE2C8
Text Example
Text Example
White with #7AE2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE2C8; }
p { color: rgb(122,226,200); }
H1.HeaderClassName
{
color: #7AE2C8;
}
.AnyTagClassName
{
color: #7AE2C8;
}
</style>
background-color css
<style>
a { background-color: #7AE2C8; }
a { background-color: rgb(122,226,200); }
div.DivClassName
{
background-color: #7AE2C8;
}
.BgClassName
{
background-color: #7AE2C8;
}
</style>
border-color css
<style>
span { border-color: #7AE2C8; }
span { border-color: rgb(122,226,200); }
td.TdClassName
{
border-color: #7AE2C8;
}
.TagClassName
{
border-color: #7AE2C8;
}
</style>