Shades of Riptide #7ADDC7
Tints of Riptide #7ADDC7
RGB
CMYK
RGB Variations
Color information
#7ADDC7 (or 0x7ADDC7) is known color: Riptide. HEX triplet: 7A, DD and C7. RGB value is (122,221,199). Sum of RGB (Red+Green+Blue) = 122+221+199=542 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.51% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 199 (78.12% from 255 or 36.72% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDC7 is #852238. Grayscale: #BCBCBC. Windows color (decimal): -8725049 or 13098362. OLE color: 13098362.
HSL color Cylindrical-coordinate representation of color #7ADDC7: hue angle of 166.67º 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 #7ADDC7 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 199 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.13 |
| HSL | 166.67º | 0.59% | 0.67% | - |
| HSV(B) | 166.67º | 0.45% | 0.87% | - |
| XYZ | 44.19 | 59.97 | 63.28 | - |
| YUV | 188.89 | 133.7 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 199 | 0.45 | 0 | 0.10 | 0.13 | 166.67 | 0.59 | 0.67 |
| Hex | 7A | DD | C7 | 2D | 0 | A | D | A7 | 3B | 43 |
| Octal | 172 | 335 | 307 | 55 | 0 | 12 | 15 | 247 | 73 | 103 |
| Binary | 1111010 | 11011101 | 11000111 | 101101 | 0 | 1010 | 1101 | 10100111 | 111011 | 1000011 |
Color Harmonies of #7ADDC7
Complementary color
Monochromatic Colors of #7ADDC7
Black with #7ADDC7
Text Example
Text Example
White with #7ADDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDC7; }
p { color: rgb(122,221,199); }
H1.HeaderClassName
{
color: #7ADDC7;
}
.AnyTagClassName
{
color: #7ADDC7;
}
</style>
background-color css
<style>
a { background-color: #7ADDC7; }
a { background-color: rgb(122,221,199); }
div.DivClassName
{
background-color: #7ADDC7;
}
.BgClassName
{
background-color: #7ADDC7;
}
</style>
border-color css
<style>
span { border-color: #7ADDC7; }
span { border-color: rgb(122,221,199); }
td.TdClassName
{
border-color: #7ADDC7;
}
.TagClassName
{
border-color: #7ADDC7;
}
</style>