Shades of Riptide #7ADDD0
Tints of Riptide #7ADDD0
RGB
CMYK
RGB Variations
Color information
#7ADDD0 (or 0x7ADDD0) is known color: Riptide. HEX triplet: 7A, DD and D0. RGB value is (122,221,208). Sum of RGB (Red+Green+Blue) = 122+221+208=551 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.14% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDD0 is #85222F. Grayscale: #BDBDBD. Windows color (decimal): -8725040 or 13688186. OLE color: 13688186.
HSL color Cylindrical-coordinate representation of color #7ADDD0: hue angle of 172.12º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADDD0 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 208 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.13 |
| HSL | 172.12º | 0.59% | 0.67% | - |
| HSV(B) | 172.12º | 0.45% | 0.87% | - |
| XYZ | 45.27 | 60.4 | 68.95 | - |
| YUV | 189.92 | 138.2 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 208 | 0.45 | 0 | 0.06 | 0.13 | 172.12 | 0.59 | 0.67 |
| Hex | 7A | DD | D0 | 2D | 0 | 6 | D | AC | 3B | 43 |
| Octal | 172 | 335 | 320 | 55 | 0 | 6 | 15 | 254 | 73 | 103 |
| Binary | 1111010 | 11011101 | 11010000 | 101101 | 0 | 110 | 1101 | 10101100 | 111011 | 1000011 |
Color Harmonies of #7ADDD0
Complementary color
Monochromatic Colors of #7ADDD0
Black with #7ADDD0
Text Example
Text Example
White with #7ADDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDD0; }
p { color: rgb(122,221,208); }
H1.HeaderClassName
{
color: #7ADDD0;
}
.AnyTagClassName
{
color: #7ADDD0;
}
</style>
background-color css
<style>
a { background-color: #7ADDD0; }
a { background-color: rgb(122,221,208); }
div.DivClassName
{
background-color: #7ADDD0;
}
.BgClassName
{
background-color: #7ADDD0;
}
</style>
border-color css
<style>
span { border-color: #7ADDD0; }
span { border-color: rgb(122,221,208); }
td.TdClassName
{
border-color: #7ADDD0;
}
.TagClassName
{
border-color: #7ADDD0;
}
</style>