Shades of Riptide #7AD5CA
Tints of Riptide #7AD5CA
RGB
CMYK
RGB Variations
Color information
#7AD5CA (or 0x7AD5CA) is known color: Riptide. HEX triplet: 7A, D5 and CA. RGB value is (122,213,202). Sum of RGB (Red+Green+Blue) = 122+213+202=537 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.72% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD5CA is #852A35. Grayscale: #B8B8B8. Windows color (decimal): -8727094 or 13292922. OLE color: 13292922.
HSL color Cylindrical-coordinate representation of color #7AD5CA: hue angle of 172.75º degrees, saturation: 0.52, 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 #7AD5CA is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 202 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.16 |
| HSL | 172.75º | 0.52% | 0.66% | - |
| HSV(B) | 172.75º | 0.43% | 0.84% | - |
| XYZ | 42.48 | 55.99 | 64.45 | - |
| YUV | 184.54 | 137.85 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 202 | 0.43 | 0 | 0.05 | 0.16 | 172.75 | 0.52 | 0.66 |
| Hex | 7A | D5 | CA | 2B | 0 | 5 | 10 | AD | 34 | 42 |
| Octal | 172 | 325 | 312 | 53 | 0 | 5 | 20 | 255 | 64 | 102 |
| Binary | 1111010 | 11010101 | 11001010 | 101011 | 0 | 101 | 10000 | 10101101 | 110100 | 1000010 |
Color Harmonies of #7AD5CA
Complementary color
Monochromatic Colors of #7AD5CA
Black with #7AD5CA
Text Example
Text Example
White with #7AD5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD5CA; }
p { color: rgb(122,213,202); }
H1.HeaderClassName
{
color: #7AD5CA;
}
.AnyTagClassName
{
color: #7AD5CA;
}
</style>
background-color css
<style>
a { background-color: #7AD5CA; }
a { background-color: rgb(122,213,202); }
div.DivClassName
{
background-color: #7AD5CA;
}
.BgClassName
{
background-color: #7AD5CA;
}
</style>
border-color css
<style>
span { border-color: #7AD5CA; }
span { border-color: rgb(122,213,202); }
td.TdClassName
{
border-color: #7AD5CA;
}
.TagClassName
{
border-color: #7AD5CA;
}
</style>