Shades of Riptide #7ADDC9
Tints of Riptide #7ADDC9
RGB
CMYK
RGB Variations
Color information
#7ADDC9 (or 0x7ADDC9) is known color: Riptide. HEX triplet: 7A, DD and C9. RGB value is (122,221,201). Sum of RGB (Red+Green+Blue) = 122+221+201=544 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.43% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDC9 is #852236. Grayscale: #BDBDBD. Windows color (decimal): -8725047 or 13229434. OLE color: 13229434.
HSL color Cylindrical-coordinate representation of color #7ADDC9: hue angle of 167.88º 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 #7ADDC9 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 201 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.13 |
| HSL | 167.88º | 0.59% | 0.67% | - |
| HSV(B) | 167.88º | 0.45% | 0.87% | - |
| XYZ | 44.43 | 60.07 | 64.51 | - |
| YUV | 189.12 | 134.7 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 201 | 0.45 | 0 | 0.09 | 0.13 | 167.88 | 0.59 | 0.67 |
| Hex | 7A | DD | C9 | 2D | 0 | 9 | D | A8 | 3B | 43 |
| Octal | 172 | 335 | 311 | 55 | 0 | 11 | 15 | 250 | 73 | 103 |
| Binary | 1111010 | 11011101 | 11001001 | 101101 | 0 | 1001 | 1101 | 10101000 | 111011 | 1000011 |
Color Harmonies of #7ADDC9
Complementary color
Monochromatic Colors of #7ADDC9
Black with #7ADDC9
Text Example
Text Example
White with #7ADDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDC9; }
p { color: rgb(122,221,201); }
H1.HeaderClassName
{
color: #7ADDC9;
}
.AnyTagClassName
{
color: #7ADDC9;
}
</style>
background-color css
<style>
a { background-color: #7ADDC9; }
a { background-color: rgb(122,221,201); }
div.DivClassName
{
background-color: #7ADDC9;
}
.BgClassName
{
background-color: #7ADDC9;
}
</style>
border-color css
<style>
span { border-color: #7ADDC9; }
span { border-color: rgb(122,221,201); }
td.TdClassName
{
border-color: #7ADDC9;
}
.TagClassName
{
border-color: #7ADDC9;
}
</style>