Shades of Riptide #7AD7CA
Tints of Riptide #7AD7CA
RGB
CMYK
RGB Variations
Color information
#7AD7CA (or 0x7AD7CA) is known color: Riptide. HEX triplet: 7A, D7 and CA. RGB value is (122,215,202). Sum of RGB (Red+Green+Blue) = 122+215+202=539 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.63% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 215 - color contains mainly: green. Hex color #7AD7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD7CA is #852835. Grayscale: #B9B9B9. Windows color (decimal): -8726582 or 13293434. OLE color: 13293434.
HSL color Cylindrical-coordinate representation of color #7AD7CA: hue angle of 171.61º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD7CA is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 215 | 202 | - |
| CMYK | 0.43 | 0 | 0.06 | 0.16 |
| HSL | 171.61º | 0.54% | 0.66% | - |
| HSV(B) | 171.61º | 0.43% | 0.84% | - |
| XYZ | 42.99 | 57 | 64.61 | - |
| YUV | 185.71 | 137.19 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 215 | 202 | 0.43 | 0 | 0.06 | 0.16 | 171.61 | 0.54 | 0.66 |
| Hex | 7A | D7 | CA | 2B | 0 | 6 | 10 | AC | 36 | 42 |
| Octal | 172 | 327 | 312 | 53 | 0 | 6 | 20 | 254 | 66 | 102 |
| Binary | 1111010 | 11010111 | 11001010 | 101011 | 0 | 110 | 10000 | 10101100 | 110110 | 1000010 |
Color Harmonies of #7AD7CA
Complementary color
Monochromatic Colors of #7AD7CA
Black with #7AD7CA
Text Example
Text Example
White with #7AD7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD7CA; }
p { color: rgb(122,215,202); }
H1.HeaderClassName
{
color: #7AD7CA;
}
.AnyTagClassName
{
color: #7AD7CA;
}
</style>
background-color css
<style>
a { background-color: #7AD7CA; }
a { background-color: rgb(122,215,202); }
div.DivClassName
{
background-color: #7AD7CA;
}
.BgClassName
{
background-color: #7AD7CA;
}
</style>
border-color css
<style>
span { border-color: #7AD7CA; }
span { border-color: rgb(122,215,202); }
td.TdClassName
{
border-color: #7AD7CA;
}
.TagClassName
{
border-color: #7AD7CA;
}
</style>