Shades of Riptide #7AE5CB
Tints of Riptide #7AE5CB
RGB
CMYK
RGB Variations
Color information
#7AE5CB (or 0x7AE5CB) is known color: Riptide. HEX triplet: 7A, E5 and CB. RGB value is (122,229,203). Sum of RGB (Red+Green+Blue) = 122+229+203=554 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.02% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 229 - color contains mainly: green. Hex color #7AE5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE5CB is #851A34. Grayscale: #C2C2C2. Windows color (decimal): -8722997 or 13362554. OLE color: 13362554.
HSL color Cylindrical-coordinate representation of color #7AE5CB: hue angle of 165.42º degrees, saturation: 0.67, 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 #7AE5CB is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 229 | 203 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.10 |
| HSL | 165.42º | 0.67% | 0.69% | - |
| HSV(B) | 165.42º | 0.47% | 0.9% | - |
| XYZ | 46.82 | 64.49 | 66.48 | - |
| YUV | 194.04 | 133.05 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 229 | 203 | 0.47 | 0 | 0.11 | 0.10 | 165.42 | 0.67 | 0.69 |
| Hex | 7A | E5 | CB | 2F | 0 | B | A | A5 | 43 | 45 |
| Octal | 172 | 345 | 313 | 57 | 0 | 13 | 12 | 245 | 103 | 105 |
| Binary | 1111010 | 11100101 | 11001011 | 101111 | 0 | 1011 | 1010 | 10100101 | 1000011 | 1000101 |
Color Harmonies of #7AE5CB
Complementary color
Monochromatic Colors of #7AE5CB
Black with #7AE5CB
Text Example
Text Example
White with #7AE5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE5CB; }
p { color: rgb(122,229,203); }
H1.HeaderClassName
{
color: #7AE5CB;
}
.AnyTagClassName
{
color: #7AE5CB;
}
</style>
background-color css
<style>
a { background-color: #7AE5CB; }
a { background-color: rgb(122,229,203); }
div.DivClassName
{
background-color: #7AE5CB;
}
.BgClassName
{
background-color: #7AE5CB;
}
</style>
border-color css
<style>
span { border-color: #7AE5CB; }
span { border-color: rgb(122,229,203); }
td.TdClassName
{
border-color: #7AE5CB;
}
.TagClassName
{
border-color: #7AE5CB;
}
</style>