Shades of Riptide #7ADBD2
Tints of Riptide #7ADBD2
RGB
CMYK
RGB Variations
Color information
#7ADBD2 (or 0x7ADBD2) is known color: Riptide. HEX triplet: 7A, DB and D2. RGB value is (122,219,210). Sum of RGB (Red+Green+Blue) = 122+219+210=551 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.14% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #7ADBD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADBD2 is #85242D. Grayscale: #BCBCBC. Windows color (decimal): -8725550 or 13818746. OLE color: 13818746.
HSL color Cylindrical-coordinate representation of color #7ADBD2: hue angle of 174.43º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ADBD2 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 219 | 210 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.14 |
| HSL | 174.43º | 0.57% | 0.67% | - |
| HSV(B) | 174.43º | 0.44% | 0.86% | - |
| XYZ | 44.99 | 59.45 | 70.08 | - |
| YUV | 188.97 | 139.86 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 219 | 210 | 0.44 | 0 | 0.04 | 0.14 | 174.43 | 0.57 | 0.67 |
| Hex | 7A | DB | D2 | 2C | 0 | 4 | E | AE | 39 | 43 |
| Octal | 172 | 333 | 322 | 54 | 0 | 4 | 16 | 256 | 71 | 103 |
| Binary | 1111010 | 11011011 | 11010010 | 101100 | 0 | 100 | 1110 | 10101110 | 111001 | 1000011 |
Color Harmonies of #7ADBD2
Complementary color
Monochromatic Colors of #7ADBD2
Black with #7ADBD2
Text Example
Text Example
White with #7ADBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADBD2; }
p { color: rgb(122,219,210); }
H1.HeaderClassName
{
color: #7ADBD2;
}
.AnyTagClassName
{
color: #7ADBD2;
}
</style>
background-color css
<style>
a { background-color: #7ADBD2; }
a { background-color: rgb(122,219,210); }
div.DivClassName
{
background-color: #7ADBD2;
}
.BgClassName
{
background-color: #7ADBD2;
}
</style>
border-color css
<style>
span { border-color: #7ADBD2; }
span { border-color: rgb(122,219,210); }
td.TdClassName
{
border-color: #7ADBD2;
}
.TagClassName
{
border-color: #7ADBD2;
}
</style>