Shades of Riptide #7ADEC9
Tints of Riptide #7ADEC9
RGB
CMYK
RGB Variations
Color information
#7ADEC9 (or 0x7ADEC9) is known color: Riptide. HEX triplet: 7A, DE and C9. RGB value is (122,222,201). Sum of RGB (Red+Green+Blue) = 122+222+201=545 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.39% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADEC9 is #852136. Grayscale: #BDBDBD. Windows color (decimal): -8724791 or 13229690. OLE color: 13229690.
HSL color Cylindrical-coordinate representation of color #7ADEC9: hue angle of 167.4º degrees, saturation: 0.6, 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 #7ADEC9 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 201 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.13 |
| HSL | 167.4º | 0.6% | 0.67% | - |
| HSV(B) | 167.4º | 0.45% | 0.87% | - |
| XYZ | 44.69 | 60.6 | 64.6 | - |
| YUV | 189.71 | 134.37 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 201 | 0.45 | 0 | 0.09 | 0.13 | 167.4 | 0.6 | 0.67 |
| Hex | 7A | DE | C9 | 2D | 0 | 9 | D | A7 | 3C | 43 |
| Octal | 172 | 336 | 311 | 55 | 0 | 11 | 15 | 247 | 74 | 103 |
| Binary | 1111010 | 11011110 | 11001001 | 101101 | 0 | 1001 | 1101 | 10100111 | 111100 | 1000011 |
Color Harmonies of #7ADEC9
Complementary color
Monochromatic Colors of #7ADEC9
Black with #7ADEC9
Text Example
Text Example
White with #7ADEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADEC9; }
p { color: rgb(122,222,201); }
H1.HeaderClassName
{
color: #7ADEC9;
}
.AnyTagClassName
{
color: #7ADEC9;
}
</style>
background-color css
<style>
a { background-color: #7ADEC9; }
a { background-color: rgb(122,222,201); }
div.DivClassName
{
background-color: #7ADEC9;
}
.BgClassName
{
background-color: #7ADEC9;
}
</style>
border-color css
<style>
span { border-color: #7ADEC9; }
span { border-color: rgb(122,222,201); }
td.TdClassName
{
border-color: #7ADEC9;
}
.TagClassName
{
border-color: #7ADEC9;
}
</style>