Shades of Riptide #7AD8CA
Tints of Riptide #7AD8CA
RGB
CMYK
RGB Variations
Color information
#7AD8CA (or 0x7AD8CA) is known color: Riptide. HEX triplet: 7A, D8 and CA. RGB value is (122,216,202). Sum of RGB (Red+Green+Blue) = 122+216+202=540 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.59% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD8CA is #852735. Grayscale: #BABABA. Windows color (decimal): -8726326 or 13293690. OLE color: 13293690.
HSL color Cylindrical-coordinate representation of color #7AD8CA: hue angle of 171.06º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AD8CA is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 216 | 202 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.15 |
| HSL | 171.06º | 0.55% | 0.66% | - |
| HSV(B) | 171.06º | 0.44% | 0.85% | - |
| XYZ | 43.24 | 57.51 | 64.7 | - |
| YUV | 186.3 | 136.86 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 216 | 202 | 0.44 | 0 | 0.06 | 0.15 | 171.06 | 0.55 | 0.66 |
| Hex | 7A | D8 | CA | 2C | 0 | 6 | F | AB | 37 | 42 |
| Octal | 172 | 330 | 312 | 54 | 0 | 6 | 17 | 253 | 67 | 102 |
| Binary | 1111010 | 11011000 | 11001010 | 101100 | 0 | 110 | 1111 | 10101011 | 110111 | 1000010 |
Color Harmonies of #7AD8CA
Complementary color
Monochromatic Colors of #7AD8CA
Black with #7AD8CA
Text Example
Text Example
White with #7AD8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD8CA; }
p { color: rgb(122,216,202); }
H1.HeaderClassName
{
color: #7AD8CA;
}
.AnyTagClassName
{
color: #7AD8CA;
}
</style>
background-color css
<style>
a { background-color: #7AD8CA; }
a { background-color: rgb(122,216,202); }
div.DivClassName
{
background-color: #7AD8CA;
}
.BgClassName
{
background-color: #7AD8CA;
}
</style>
border-color css
<style>
span { border-color: #7AD8CA; }
span { border-color: rgb(122,216,202); }
td.TdClassName
{
border-color: #7AD8CA;
}
.TagClassName
{
border-color: #7AD8CA;
}
</style>