Shades of Riptide #7AE6C4
Tints of Riptide #7AE6C4
RGB
CMYK
RGB Variations
Color information
#7AE6C4 (or 0x7AE6C4) is known color: Riptide. HEX triplet: 7A, E6 and C4. RGB value is (122,230,196). Sum of RGB (Red+Green+Blue) = 122+230+196=548 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.26% from 548); Green value is 230 (90.23% from 255 or 41.97% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 230 - color contains mainly: green. Hex color #7AE6C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AE6C4 is #85193B. Grayscale: #C1C1C1. Windows color (decimal): -8722748 or 12904058. OLE color: 12904058.
HSL color Cylindrical-coordinate representation of color #7AE6C4: hue angle of 161.11º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AE6C4 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 230 | 196 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.10 |
| HSL | 161.11º | 0.68% | 0.69% | - |
| HSV(B) | 161.11º | 0.47% | 0.9% | - |
| XYZ | 46.29 | 64.72 | 62.28 | - |
| YUV | 193.83 | 129.22 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 230 | 196 | 0.47 | 0 | 0.15 | 0.10 | 161.11 | 0.68 | 0.69 |
| Hex | 7A | E6 | C4 | 2F | 0 | F | A | A1 | 44 | 45 |
| Octal | 172 | 346 | 304 | 57 | 0 | 17 | 12 | 241 | 104 | 105 |
| Binary | 1111010 | 11100110 | 11000100 | 101111 | 0 | 1111 | 1010 | 10100001 | 1000100 | 1000101 |
Color Harmonies of #7AE6C4
Complementary color
Monochromatic Colors of #7AE6C4
Black with #7AE6C4
Text Example
Text Example
White with #7AE6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE6C4; }
p { color: rgb(122,230,196); }
H1.HeaderClassName
{
color: #7AE6C4;
}
.AnyTagClassName
{
color: #7AE6C4;
}
</style>
background-color css
<style>
a { background-color: #7AE6C4; }
a { background-color: rgb(122,230,196); }
div.DivClassName
{
background-color: #7AE6C4;
}
.BgClassName
{
background-color: #7AE6C4;
}
</style>
border-color css
<style>
span { border-color: #7AE6C4; }
span { border-color: rgb(122,230,196); }
td.TdClassName
{
border-color: #7AE6C4;
}
.TagClassName
{
border-color: #7AE6C4;
}
</style>