Shades of Riptide #7ADBC9
Tints of Riptide #7ADBC9
RGB
CMYK
RGB Variations
Color information
#7ADBC9 (or 0x7ADBC9) is known color: Riptide. HEX triplet: 7A, DB and C9. RGB value is (122,219,201). Sum of RGB (Red+Green+Blue) = 122+219+201=542 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.51% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #7ADBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADBC9 is #852436. Grayscale: #BBBBBB. Windows color (decimal): -8725559 or 13228922. OLE color: 13228922.
HSL color Cylindrical-coordinate representation of color #7ADBC9: hue angle of 168.87º 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 #7ADBC9 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 219 | 201 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.14 |
| HSL | 168.87º | 0.57% | 0.67% | - |
| HSV(B) | 168.87º | 0.44% | 0.86% | - |
| XYZ | 43.9 | 59.02 | 64.34 | - |
| YUV | 187.95 | 135.36 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 219 | 201 | 0.44 | 0 | 0.08 | 0.14 | 168.87 | 0.57 | 0.67 |
| Hex | 7A | DB | C9 | 2C | 0 | 8 | E | A9 | 39 | 43 |
| Octal | 172 | 333 | 311 | 54 | 0 | 10 | 16 | 251 | 71 | 103 |
| Binary | 1111010 | 11011011 | 11001001 | 101100 | 0 | 1000 | 1110 | 10101001 | 111001 | 1000011 |
Color Harmonies of #7ADBC9
Complementary color
Monochromatic Colors of #7ADBC9
Black with #7ADBC9
Text Example
Text Example
White with #7ADBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADBC9; }
p { color: rgb(122,219,201); }
H1.HeaderClassName
{
color: #7ADBC9;
}
.AnyTagClassName
{
color: #7ADBC9;
}
</style>
background-color css
<style>
a { background-color: #7ADBC9; }
a { background-color: rgb(122,219,201); }
div.DivClassName
{
background-color: #7ADBC9;
}
.BgClassName
{
background-color: #7ADBC9;
}
</style>
border-color css
<style>
span { border-color: #7ADBC9; }
span { border-color: rgb(122,219,201); }
td.TdClassName
{
border-color: #7ADBC9;
}
.TagClassName
{
border-color: #7ADBC9;
}
</style>