Shades of Riptide #7AE6CB
Tints of Riptide #7AE6CB
RGB
CMYK
RGB Variations
Color information
#7AE6CB (or 0x7AE6CB) is known color: Riptide. HEX triplet: 7A, E6 and CB. RGB value is (122,230,203). Sum of RGB (Red+Green+Blue) = 122+230+203=555 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.98% from 555); Green value is 230 (90.23% from 255 or 41.44% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 230 - color contains mainly: green. Hex color #7AE6CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AE6CB is #851934. Grayscale: #C2C2C2. Windows color (decimal): -8722741 or 13362810. OLE color: 13362810.
HSL color Cylindrical-coordinate representation of color #7AE6CB: hue angle of 165º 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 #7AE6CB is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 230 | 203 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.10 |
| HSL | 165º | 0.68% | 0.69% | - |
| HSV(B) | 165º | 0.47% | 0.9% | - |
| XYZ | 47.1 | 65.04 | 66.57 | - |
| YUV | 194.63 | 132.72 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 230 | 203 | 0.47 | 0 | 0.12 | 0.10 | 165 | 0.68 | 0.69 |
| Hex | 7A | E6 | CB | 2F | 0 | C | A | A5 | 44 | 45 |
| Octal | 172 | 346 | 313 | 57 | 0 | 14 | 12 | 245 | 104 | 105 |
| Binary | 1111010 | 11100110 | 11001011 | 101111 | 0 | 1100 | 1010 | 10100101 | 1000100 | 1000101 |
Color Harmonies of #7AE6CB
Complementary color
Monochromatic Colors of #7AE6CB
Black with #7AE6CB
Text Example
Text Example
White with #7AE6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE6CB; }
p { color: rgb(122,230,203); }
H1.HeaderClassName
{
color: #7AE6CB;
}
.AnyTagClassName
{
color: #7AE6CB;
}
</style>
background-color css
<style>
a { background-color: #7AE6CB; }
a { background-color: rgb(122,230,203); }
div.DivClassName
{
background-color: #7AE6CB;
}
.BgClassName
{
background-color: #7AE6CB;
}
</style>
border-color css
<style>
span { border-color: #7AE6CB; }
span { border-color: rgb(122,230,203); }
td.TdClassName
{
border-color: #7AE6CB;
}
.TagClassName
{
border-color: #7AE6CB;
}
</style>