Shades of Riptide #7AD8C8
Tints of Riptide #7AD8C8
RGB
CMYK
RGB Variations
Color information
#7AD8C8 (or 0x7AD8C8) is known color: Riptide. HEX triplet: 7A, D8 and C8. RGB value is (122,216,200). Sum of RGB (Red+Green+Blue) = 122+216+200=538 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.68% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 200 (78.52% from 255 or 37.17% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD8C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD8C8 is #852737. Grayscale: #BABABA. Windows color (decimal): -8726328 or 13162618. OLE color: 13162618.
HSL color Cylindrical-coordinate representation of color #7AD8C8: hue angle of 169.79º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AD8C8 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 216 | 200 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.15 |
| HSL | 169.79º | 0.55% | 0.66% | - |
| HSV(B) | 169.79º | 0.44% | 0.85% | - |
| XYZ | 43.01 | 57.42 | 63.46 | - |
| YUV | 186.07 | 135.86 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 216 | 200 | 0.44 | 0 | 0.07 | 0.15 | 169.79 | 0.55 | 0.66 |
| Hex | 7A | D8 | C8 | 2C | 0 | 7 | F | AA | 37 | 42 |
| Octal | 172 | 330 | 310 | 54 | 0 | 7 | 17 | 252 | 67 | 102 |
| Binary | 1111010 | 11011000 | 11001000 | 101100 | 0 | 111 | 1111 | 10101010 | 110111 | 1000010 |
Color Harmonies of #7AD8C8
Complementary color
Monochromatic Colors of #7AD8C8
Black with #7AD8C8
Text Example
Text Example
White with #7AD8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD8C8; }
p { color: rgb(122,216,200); }
H1.HeaderClassName
{
color: #7AD8C8;
}
.AnyTagClassName
{
color: #7AD8C8;
}
</style>
background-color css
<style>
a { background-color: #7AD8C8; }
a { background-color: rgb(122,216,200); }
div.DivClassName
{
background-color: #7AD8C8;
}
.BgClassName
{
background-color: #7AD8C8;
}
</style>
border-color css
<style>
span { border-color: #7AD8C8; }
span { border-color: rgb(122,216,200); }
td.TdClassName
{
border-color: #7AD8C8;
}
.TagClassName
{
border-color: #7AD8C8;
}
</style>