Shades of Riptide #7ADDD2
Tints of Riptide #7ADDD2
RGB
CMYK
RGB Variations
Color information
#7ADDD2 (or 0x7ADDD2) is known color: Riptide. HEX triplet: 7A, DD and D2. RGB value is (122,221,210). Sum of RGB (Red+Green+Blue) = 122+221+210=553 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.06% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDD2 is #85222D. Grayscale: #BEBEBE. Windows color (decimal): -8725038 or 13819258. OLE color: 13819258.
HSL color Cylindrical-coordinate representation of color #7ADDD2: hue angle of 173.33º 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 #7ADDD2 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 210 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.13 |
| HSL | 173.33º | 0.59% | 0.67% | - |
| HSV(B) | 173.33º | 0.45% | 0.87% | - |
| XYZ | 45.52 | 60.5 | 70.25 | - |
| YUV | 190.15 | 139.2 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 210 | 0.45 | 0 | 0.05 | 0.13 | 173.33 | 0.59 | 0.67 |
| Hex | 7A | DD | D2 | 2D | 0 | 5 | D | AD | 3B | 43 |
| Octal | 172 | 335 | 322 | 55 | 0 | 5 | 15 | 255 | 73 | 103 |
| Binary | 1111010 | 11011101 | 11010010 | 101101 | 0 | 101 | 1101 | 10101101 | 111011 | 1000011 |
Color Harmonies of #7ADDD2
Complementary color
Monochromatic Colors of #7ADDD2
Black with #7ADDD2
Text Example
Text Example
White with #7ADDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDD2; }
p { color: rgb(122,221,210); }
H1.HeaderClassName
{
color: #7ADDD2;
}
.AnyTagClassName
{
color: #7ADDD2;
}
</style>
background-color css
<style>
a { background-color: #7ADDD2; }
a { background-color: rgb(122,221,210); }
div.DivClassName
{
background-color: #7ADDD2;
}
.BgClassName
{
background-color: #7ADDD2;
}
</style>
border-color css
<style>
span { border-color: #7ADDD2; }
span { border-color: rgb(122,221,210); }
td.TdClassName
{
border-color: #7ADDD2;
}
.TagClassName
{
border-color: #7ADDD2;
}
</style>