Shades of Riptide #7AD6CE
Tints of Riptide #7AD6CE
RGB
CMYK
RGB Variations
Color information
#7AD6CE (or 0x7AD6CE) is known color: Riptide. HEX triplet: 7A, D6 and CE. RGB value is (122,214,206). Sum of RGB (Red+Green+Blue) = 122+214+206=542 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.51% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD6CE is #852931. Grayscale: #B9B9B9. Windows color (decimal): -8726834 or 13555322. OLE color: 13555322.
HSL color Cylindrical-coordinate representation of color #7AD6CE: hue angle of 174.78º degrees, saturation: 0.53, 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 #7AD6CE is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 214 | 206 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.16 |
| HSL | 174.78º | 0.53% | 0.66% | - |
| HSV(B) | 174.78º | 0.43% | 0.84% | - |
| XYZ | 43.21 | 56.69 | 67.06 | - |
| YUV | 185.58 | 139.52 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 214 | 206 | 0.43 | 0 | 0.04 | 0.16 | 174.78 | 0.53 | 0.66 |
| Hex | 7A | D6 | CE | 2B | 0 | 4 | 10 | AF | 35 | 42 |
| Octal | 172 | 326 | 316 | 53 | 0 | 4 | 20 | 257 | 65 | 102 |
| Binary | 1111010 | 11010110 | 11001110 | 101011 | 0 | 100 | 10000 | 10101111 | 110101 | 1000010 |
Color Harmonies of #7AD6CE
Complementary color
Monochromatic Colors of #7AD6CE
Black with #7AD6CE
Text Example
Text Example
White with #7AD6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD6CE; }
p { color: rgb(122,214,206); }
H1.HeaderClassName
{
color: #7AD6CE;
}
.AnyTagClassName
{
color: #7AD6CE;
}
</style>
background-color css
<style>
a { background-color: #7AD6CE; }
a { background-color: rgb(122,214,206); }
div.DivClassName
{
background-color: #7AD6CE;
}
.BgClassName
{
background-color: #7AD6CE;
}
</style>
border-color css
<style>
span { border-color: #7AD6CE; }
span { border-color: rgb(122,214,206); }
td.TdClassName
{
border-color: #7AD6CE;
}
.TagClassName
{
border-color: #7AD6CE;
}
</style>