Shades of Riptide #7ADEC8
Tints of Riptide #7ADEC8
RGB
CMYK
RGB Variations
Color information
#7ADEC8 (or 0x7ADEC8) is known color: Riptide. HEX triplet: 7A, DE and C8. RGB value is (122,222,200). Sum of RGB (Red+Green+Blue) = 122+222+200=544 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.43% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADEC8 is #852137. Grayscale: #BDBDBD. Windows color (decimal): -8724792 or 13164154. OLE color: 13164154.
HSL color Cylindrical-coordinate representation of color #7ADEC8: hue angle of 166.8º 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 #7ADEC8 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 200 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.13 |
| HSL | 166.8º | 0.6% | 0.67% | - |
| HSV(B) | 166.8º | 0.45% | 0.87% | - |
| XYZ | 44.57 | 60.55 | 63.98 | - |
| YUV | 189.59 | 133.87 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 200 | 0.45 | 0 | 0.10 | 0.13 | 166.8 | 0.6 | 0.67 |
| Hex | 7A | DE | C8 | 2D | 0 | A | D | A7 | 3C | 43 |
| Octal | 172 | 336 | 310 | 55 | 0 | 12 | 15 | 247 | 74 | 103 |
| Binary | 1111010 | 11011110 | 11001000 | 101101 | 0 | 1010 | 1101 | 10100111 | 111100 | 1000011 |
Color Harmonies of #7ADEC8
Complementary color
Monochromatic Colors of #7ADEC8
Black with #7ADEC8
Text Example
Text Example
White with #7ADEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADEC8; }
p { color: rgb(122,222,200); }
H1.HeaderClassName
{
color: #7ADEC8;
}
.AnyTagClassName
{
color: #7ADEC8;
}
</style>
background-color css
<style>
a { background-color: #7ADEC8; }
a { background-color: rgb(122,222,200); }
div.DivClassName
{
background-color: #7ADEC8;
}
.BgClassName
{
background-color: #7ADEC8;
}
</style>
border-color css
<style>
span { border-color: #7ADEC8; }
span { border-color: rgb(122,222,200); }
td.TdClassName
{
border-color: #7ADEC8;
}
.TagClassName
{
border-color: #7ADEC8;
}
</style>