Shades of Riptide #7ADDD1
Tints of Riptide #7ADDD1
RGB
CMYK
RGB Variations
Color information
#7ADDD1 (or 0x7ADDD1) is known color: Riptide. HEX triplet: 7A, DD and D1. RGB value is (122,221,209). Sum of RGB (Red+Green+Blue) = 122+221+209=552 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.10% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDD1 is #85222E. Grayscale: #BDBDBD. Windows color (decimal): -8725039 or 13753722. OLE color: 13753722.
HSL color Cylindrical-coordinate representation of color #7ADDD1: hue angle of 172.73º 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 #7ADDD1 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 209 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.13 |
| HSL | 172.73º | 0.59% | 0.67% | - |
| HSV(B) | 172.73º | 0.45% | 0.87% | - |
| XYZ | 45.39 | 60.45 | 69.6 | - |
| YUV | 190.03 | 138.7 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 209 | 0.45 | 0 | 0.05 | 0.13 | 172.73 | 0.59 | 0.67 |
| Hex | 7A | DD | D1 | 2D | 0 | 5 | D | AD | 3B | 43 |
| Octal | 172 | 335 | 321 | 55 | 0 | 5 | 15 | 255 | 73 | 103 |
| Binary | 1111010 | 11011101 | 11010001 | 101101 | 0 | 101 | 1101 | 10101101 | 111011 | 1000011 |
Color Harmonies of #7ADDD1
Complementary color
Monochromatic Colors of #7ADDD1
Black with #7ADDD1
Text Example
Text Example
White with #7ADDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDD1; }
p { color: rgb(122,221,209); }
H1.HeaderClassName
{
color: #7ADDD1;
}
.AnyTagClassName
{
color: #7ADDD1;
}
</style>
background-color css
<style>
a { background-color: #7ADDD1; }
a { background-color: rgb(122,221,209); }
div.DivClassName
{
background-color: #7ADDD1;
}
.BgClassName
{
background-color: #7ADDD1;
}
</style>
border-color css
<style>
span { border-color: #7ADDD1; }
span { border-color: rgb(122,221,209); }
td.TdClassName
{
border-color: #7ADDD1;
}
.TagClassName
{
border-color: #7ADDD1;
}
</style>