Shades of Riptide #7AE7C4
Tints of Riptide #7AE7C4
RGB
CMYK
RGB Variations
Color information
#7AE7C4 (or 0x7AE7C4) is known color: Riptide. HEX triplet: 7A, E7 and C4. RGB value is (122,231,196). Sum of RGB (Red+Green+Blue) = 122+231+196=549 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.22% from 549); Green value is 231 (90.62% from 255 or 42.08% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 231 - color contains mainly: green. Hex color #7AE7C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AE7C4 is #85183B. Grayscale: #C2C2C2. Windows color (decimal): -8722492 or 12904314. OLE color: 12904314.
HSL color Cylindrical-coordinate representation of color #7AE7C4: hue angle of 160.73º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AE7C4 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 231 | 196 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.09 |
| HSL | 160.73º | 0.69% | 0.69% | - |
| HSV(B) | 160.73º | 0.47% | 0.91% | - |
| XYZ | 46.57 | 65.27 | 62.37 | - |
| YUV | 194.42 | 128.89 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 231 | 196 | 0.47 | 0 | 0.15 | 0.09 | 160.73 | 0.69 | 0.69 |
| Hex | 7A | E7 | C4 | 2F | 0 | F | 9 | A1 | 45 | 45 |
| Octal | 172 | 347 | 304 | 57 | 0 | 17 | 11 | 241 | 105 | 105 |
| Binary | 1111010 | 11100111 | 11000100 | 101111 | 0 | 1111 | 1001 | 10100001 | 1000101 | 1000101 |
Color Harmonies of #7AE7C4
Complementary color
Monochromatic Colors of #7AE7C4
Black with #7AE7C4
Text Example
Text Example
White with #7AE7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE7C4; }
p { color: rgb(122,231,196); }
H1.HeaderClassName
{
color: #7AE7C4;
}
.AnyTagClassName
{
color: #7AE7C4;
}
</style>
background-color css
<style>
a { background-color: #7AE7C4; }
a { background-color: rgb(122,231,196); }
div.DivClassName
{
background-color: #7AE7C4;
}
.BgClassName
{
background-color: #7AE7C4;
}
</style>
border-color css
<style>
span { border-color: #7AE7C4; }
span { border-color: rgb(122,231,196); }
td.TdClassName
{
border-color: #7AE7C4;
}
.TagClassName
{
border-color: #7AE7C4;
}
</style>