Shades of Riptide #7AD8D0
Tints of Riptide #7AD8D0
RGB
CMYK
RGB Variations
Color information
#7AD8D0 (or 0x7AD8D0) is known color: Riptide. HEX triplet: 7A, D8 and D0. RGB value is (122,216,208). Sum of RGB (Red+Green+Blue) = 122+216+208=546 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.34% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD8D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD8D0 is #85272F. Grayscale: #BABABA. Windows color (decimal): -8726320 or 13686906. OLE color: 13686906.
HSL color Cylindrical-coordinate representation of color #7AD8D0: hue angle of 174.89º 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 #7AD8D0 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 216 | 208 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.15 |
| HSL | 174.89º | 0.55% | 0.66% | - |
| HSV(B) | 174.89º | 0.44% | 0.85% | - |
| XYZ | 43.97 | 57.8 | 68.51 | - |
| YUV | 186.98 | 139.86 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 216 | 208 | 0.44 | 0 | 0.04 | 0.15 | 174.89 | 0.55 | 0.66 |
| Hex | 7A | D8 | D0 | 2C | 0 | 4 | F | AF | 37 | 42 |
| Octal | 172 | 330 | 320 | 54 | 0 | 4 | 17 | 257 | 67 | 102 |
| Binary | 1111010 | 11011000 | 11010000 | 101100 | 0 | 100 | 1111 | 10101111 | 110111 | 1000010 |
Color Harmonies of #7AD8D0
Complementary color
Monochromatic Colors of #7AD8D0
Black with #7AD8D0
Text Example
Text Example
White with #7AD8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD8D0; }
p { color: rgb(122,216,208); }
H1.HeaderClassName
{
color: #7AD8D0;
}
.AnyTagClassName
{
color: #7AD8D0;
}
</style>
background-color css
<style>
a { background-color: #7AD8D0; }
a { background-color: rgb(122,216,208); }
div.DivClassName
{
background-color: #7AD8D0;
}
.BgClassName
{
background-color: #7AD8D0;
}
</style>
border-color css
<style>
span { border-color: #7AD8D0; }
span { border-color: rgb(122,216,208); }
td.TdClassName
{
border-color: #7AD8D0;
}
.TagClassName
{
border-color: #7AD8D0;
}
</style>