Shades of Riptide #7ADDCE
Tints of Riptide #7ADDCE
RGB
CMYK
RGB Variations
Color information
#7ADDCE (or 0x7ADDCE) is known color: Riptide. HEX triplet: 7A, DD and CE. RGB value is (122,221,206). Sum of RGB (Red+Green+Blue) = 122+221+206=549 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.22% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDCE is #852231. Grayscale: #BDBDBD. Windows color (decimal): -8725042 or 13557114. OLE color: 13557114.
HSL color Cylindrical-coordinate representation of color #7ADDCE: hue angle of 170.91º 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 #7ADDCE is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 206 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.13 |
| HSL | 170.91º | 0.59% | 0.67% | - |
| HSV(B) | 170.91º | 0.45% | 0.87% | - |
| XYZ | 45.02 | 60.31 | 67.66 | - |
| YUV | 189.69 | 137.2 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 206 | 0.45 | 0 | 0.07 | 0.13 | 170.91 | 0.59 | 0.67 |
| Hex | 7A | DD | CE | 2D | 0 | 7 | D | AB | 3B | 43 |
| Octal | 172 | 335 | 316 | 55 | 0 | 7 | 15 | 253 | 73 | 103 |
| Binary | 1111010 | 11011101 | 11001110 | 101101 | 0 | 111 | 1101 | 10101011 | 111011 | 1000011 |
Color Harmonies of #7ADDCE
Complementary color
Monochromatic Colors of #7ADDCE
Black with #7ADDCE
Text Example
Text Example
White with #7ADDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDCE; }
p { color: rgb(122,221,206); }
H1.HeaderClassName
{
color: #7ADDCE;
}
.AnyTagClassName
{
color: #7ADDCE;
}
</style>
background-color css
<style>
a { background-color: #7ADDCE; }
a { background-color: rgb(122,221,206); }
div.DivClassName
{
background-color: #7ADDCE;
}
.BgClassName
{
background-color: #7ADDCE;
}
</style>
border-color css
<style>
span { border-color: #7ADDCE; }
span { border-color: rgb(122,221,206); }
td.TdClassName
{
border-color: #7ADDCE;
}
.TagClassName
{
border-color: #7ADDCE;
}
</style>