Shades of Riptide #7AE0C2
Tints of Riptide #7AE0C2
RGB
CMYK
RGB Variations
Color information
#7AE0C2 (or 0x7AE0C2) is known color: Riptide. HEX triplet: 7A, E0 and C2. RGB value is (122,224,194). Sum of RGB (Red+Green+Blue) = 122+224+194=540 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.59% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 224 - color contains mainly: green. Hex color #7AE0C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE0C2 is #851F3D. Grayscale: #BEBEBE. Windows color (decimal): -8724286 or 12771450. OLE color: 12771450.
HSL color Cylindrical-coordinate representation of color #7AE0C2: hue angle of 162.35º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE0C2 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 122 | 224 | 194 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.12 |
| HSL | 162.35º | 0.62% | 0.68% | - |
| HSV(B) | 162.35º | 0.46% | 0.88% | - |
| XYZ | 44.42 | 61.34 | 60.54 | - |
| YUV | 190.08 | 130.21 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 224 | 194 | 0.46 | 0 | 0.13 | 0.12 | 162.35 | 0.62 | 0.68 |
| Hex | 7A | E0 | C2 | 2E | 0 | D | C | A2 | 3E | 44 |
| Octal | 172 | 340 | 302 | 56 | 0 | 15 | 14 | 242 | 76 | 104 |
| Binary | 1111010 | 11100000 | 11000010 | 101110 | 0 | 1101 | 1100 | 10100010 | 111110 | 1000100 |
Color Harmonies of #7AE0C2
Complementary color
Monochromatic Colors of #7AE0C2
Black with #7AE0C2
Text Example
Text Example
White with #7AE0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE0C2; }
p { color: rgb(122,224,194); }
H1.HeaderClassName
{
color: #7AE0C2;
}
.AnyTagClassName
{
color: #7AE0C2;
}
</style>
background-color css
<style>
a { background-color: #7AE0C2; }
a { background-color: rgb(122,224,194); }
div.DivClassName
{
background-color: #7AE0C2;
}
.BgClassName
{
background-color: #7AE0C2;
}
</style>
border-color css
<style>
span { border-color: #7AE0C2; }
span { border-color: rgb(122,224,194); }
td.TdClassName
{
border-color: #7AE0C2;
}
.TagClassName
{
border-color: #7AE0C2;
}
</style>