Shades of Riptide #7AE2C3
Tints of Riptide #7AE2C3
RGB
CMYK
RGB Variations
Color information
#7AE2C3 (or 0x7AE2C3) is known color: Riptide. HEX triplet: 7A, E2 and C3. RGB value is (122,226,195). Sum of RGB (Red+Green+Blue) = 122+226+195=543 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.47% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 195 (76.56% from 255 or 35.91% from 543); Max value from RGB is 226 - color contains mainly: green. Hex color #7AE2C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE2C3 is #851D3C. Grayscale: #BFBFBF. Windows color (decimal): -8723773 or 12837498. OLE color: 12837498.
HSL color Cylindrical-coordinate representation of color #7AE2C3: hue angle of 162.12º 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 #7AE2C3 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 122 | 226 | 195 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.11 |
| HSL | 162.12º | 0.64% | 0.68% | - |
| HSV(B) | 162.12º | 0.46% | 0.89% | - |
| XYZ | 45.07 | 62.47 | 61.31 | - |
| YUV | 191.37 | 130.04 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 226 | 195 | 0.46 | 0 | 0.14 | 0.11 | 162.12 | 0.64 | 0.68 |
| Hex | 7A | E2 | C3 | 2E | 0 | E | B | A2 | 40 | 44 |
| Octal | 172 | 342 | 303 | 56 | 0 | 16 | 13 | 242 | 100 | 104 |
| Binary | 1111010 | 11100010 | 11000011 | 101110 | 0 | 1110 | 1011 | 10100010 | 1000000 | 1000100 |
Color Harmonies of #7AE2C3
Complementary color
Monochromatic Colors of #7AE2C3
Black with #7AE2C3
Text Example
Text Example
White with #7AE2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE2C3; }
p { color: rgb(122,226,195); }
H1.HeaderClassName
{
color: #7AE2C3;
}
.AnyTagClassName
{
color: #7AE2C3;
}
</style>
background-color css
<style>
a { background-color: #7AE2C3; }
a { background-color: rgb(122,226,195); }
div.DivClassName
{
background-color: #7AE2C3;
}
.BgClassName
{
background-color: #7AE2C3;
}
</style>
border-color css
<style>
span { border-color: #7AE2C3; }
span { border-color: rgb(122,226,195); }
td.TdClassName
{
border-color: #7AE2C3;
}
.TagClassName
{
border-color: #7AE2C3;
}
</style>