Shades of Riptide #7ADDCD
Tints of Riptide #7ADDCD
RGB
CMYK
RGB Variations
Color information
#7ADDCD (or 0x7ADDCD) is known color: Riptide. HEX triplet: 7A, DD and CD. RGB value is (122,221,205). Sum of RGB (Red+Green+Blue) = 122+221+205=548 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.26% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDCD is #852232. Grayscale: #BDBDBD. Windows color (decimal): -8725043 or 13491578. OLE color: 13491578.
HSL color Cylindrical-coordinate representation of color #7ADDCD: hue angle of 170.3º 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 #7ADDCD is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 205 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.13 |
| HSL | 170.3º | 0.59% | 0.67% | - |
| HSV(B) | 170.3º | 0.45% | 0.87% | - |
| XYZ | 44.9 | 60.26 | 67.02 | - |
| YUV | 189.58 | 136.7 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 205 | 0.45 | 0 | 0.07 | 0.13 | 170.3 | 0.59 | 0.67 |
| Hex | 7A | DD | CD | 2D | 0 | 7 | D | AA | 3B | 43 |
| Octal | 172 | 335 | 315 | 55 | 0 | 7 | 15 | 252 | 73 | 103 |
| Binary | 1111010 | 11011101 | 11001101 | 101101 | 0 | 111 | 1101 | 10101010 | 111011 | 1000011 |
Color Harmonies of #7ADDCD
Complementary color
Monochromatic Colors of #7ADDCD
Black with #7ADDCD
Text Example
Text Example
White with #7ADDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDCD; }
p { color: rgb(122,221,205); }
H1.HeaderClassName
{
color: #7ADDCD;
}
.AnyTagClassName
{
color: #7ADDCD;
}
</style>
background-color css
<style>
a { background-color: #7ADDCD; }
a { background-color: rgb(122,221,205); }
div.DivClassName
{
background-color: #7ADDCD;
}
.BgClassName
{
background-color: #7ADDCD;
}
</style>
border-color css
<style>
span { border-color: #7ADDCD; }
span { border-color: rgb(122,221,205); }
td.TdClassName
{
border-color: #7ADDCD;
}
.TagClassName
{
border-color: #7ADDCD;
}
</style>