Shades of Riptide #7ADBC7
Tints of Riptide #7ADBC7
RGB
CMYK
RGB Variations
Color information
#7ADBC7 (or 0x7ADBC7) is known color: Riptide. HEX triplet: 7A, DB and C7. RGB value is (122,219,199). Sum of RGB (Red+Green+Blue) = 122+219+199=540 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.59% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #7ADBC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADBC7 is #852438. Grayscale: #BBBBBB. Windows color (decimal): -8725561 or 13097850. OLE color: 13097850.
HSL color Cylindrical-coordinate representation of color #7ADBC7: hue angle of 167.63º 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 #7ADBC7 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 219 | 199 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.14 |
| HSL | 167.63º | 0.57% | 0.67% | - |
| HSV(B) | 167.63º | 0.44% | 0.86% | - |
| XYZ | 43.67 | 58.92 | 63.1 | - |
| YUV | 187.72 | 134.36 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 219 | 199 | 0.44 | 0 | 0.09 | 0.14 | 167.63 | 0.57 | 0.67 |
| Hex | 7A | DB | C7 | 2C | 0 | 9 | E | A8 | 39 | 43 |
| Octal | 172 | 333 | 307 | 54 | 0 | 11 | 16 | 250 | 71 | 103 |
| Binary | 1111010 | 11011011 | 11000111 | 101100 | 0 | 1001 | 1110 | 10101000 | 111001 | 1000011 |
Color Harmonies of #7ADBC7
Complementary color
Monochromatic Colors of #7ADBC7
Black with #7ADBC7
Text Example
Text Example
White with #7ADBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADBC7; }
p { color: rgb(122,219,199); }
H1.HeaderClassName
{
color: #7ADBC7;
}
.AnyTagClassName
{
color: #7ADBC7;
}
</style>
background-color css
<style>
a { background-color: #7ADBC7; }
a { background-color: rgb(122,219,199); }
div.DivClassName
{
background-color: #7ADBC7;
}
.BgClassName
{
background-color: #7ADBC7;
}
</style>
border-color css
<style>
span { border-color: #7ADBC7; }
span { border-color: rgb(122,219,199); }
td.TdClassName
{
border-color: #7ADBC7;
}
.TagClassName
{
border-color: #7ADBC7;
}
</style>