Shades of Riptide #7ADBC5
Tints of Riptide #7ADBC5
RGB
CMYK
RGB Variations
Color information
#7ADBC5 (or 0x7ADBC5) is known color: Riptide. HEX triplet: 7A, DB and C5. RGB value is (122,219,197). Sum of RGB (Red+Green+Blue) = 122+219+197=538 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.68% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #7ADBC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADBC5 is #85243A. Grayscale: #BBBBBB. Windows color (decimal): -8725563 or 12966778. OLE color: 12966778.
HSL color Cylindrical-coordinate representation of color #7ADBC5: hue angle of 166.39º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ADBC5 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 219 | 197 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.14 |
| HSL | 166.39º | 0.57% | 0.67% | - |
| HSV(B) | 166.39º | 0.44% | 0.86% | - |
| XYZ | 43.44 | 58.83 | 61.89 | - |
| YUV | 187.49 | 133.36 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 219 | 197 | 0.44 | 0 | 0.10 | 0.14 | 166.39 | 0.57 | 0.67 |
| Hex | 7A | DB | C5 | 2C | 0 | A | E | A6 | 39 | 43 |
| Octal | 172 | 333 | 305 | 54 | 0 | 12 | 16 | 246 | 71 | 103 |
| Binary | 1111010 | 11011011 | 11000101 | 101100 | 0 | 1010 | 1110 | 10100110 | 111001 | 1000011 |
Color Harmonies of #7ADBC5
Complementary color
Monochromatic Colors of #7ADBC5
Black with #7ADBC5
Text Example
Text Example
White with #7ADBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADBC5; }
p { color: rgb(122,219,197); }
H1.HeaderClassName
{
color: #7ADBC5;
}
.AnyTagClassName
{
color: #7ADBC5;
}
</style>
background-color css
<style>
a { background-color: #7ADBC5; }
a { background-color: rgb(122,219,197); }
div.DivClassName
{
background-color: #7ADBC5;
}
.BgClassName
{
background-color: #7ADBC5;
}
</style>
border-color css
<style>
span { border-color: #7ADBC5; }
span { border-color: rgb(122,219,197); }
td.TdClassName
{
border-color: #7ADBC5;
}
.TagClassName
{
border-color: #7ADBC5;
}
</style>