Shades of Riptide #7ADCC8
Tints of Riptide #7ADCC8
RGB
CMYK
RGB Variations
Color information
#7ADCC8 (or 0x7ADCC8) is known color: Riptide. HEX triplet: 7A, DC and C8. RGB value is (122,220,200). Sum of RGB (Red+Green+Blue) = 122+220+200=542 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.51% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 200 (78.52% from 255 or 36.90% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADCC8 is #852337. Grayscale: #BCBCBC. Windows color (decimal): -8725304 or 13163642. OLE color: 13163642.
HSL color Cylindrical-coordinate representation of color #7ADCC8: hue angle of 167.76º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADCC8 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 200 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.14 |
| HSL | 167.76º | 0.58% | 0.67% | - |
| HSV(B) | 167.76º | 0.45% | 0.86% | - |
| XYZ | 44.04 | 59.49 | 63.81 | - |
| YUV | 188.42 | 134.53 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 200 | 0.45 | 0 | 0.09 | 0.14 | 167.76 | 0.58 | 0.67 |
| Hex | 7A | DC | C8 | 2D | 0 | 9 | E | A8 | 3A | 43 |
| Octal | 172 | 334 | 310 | 55 | 0 | 11 | 16 | 250 | 72 | 103 |
| Binary | 1111010 | 11011100 | 11001000 | 101101 | 0 | 1001 | 1110 | 10101000 | 111010 | 1000011 |
Color Harmonies of #7ADCC8
Complementary color
Monochromatic Colors of #7ADCC8
Black with #7ADCC8
Text Example
Text Example
White with #7ADCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADCC8; }
p { color: rgb(122,220,200); }
H1.HeaderClassName
{
color: #7ADCC8;
}
.AnyTagClassName
{
color: #7ADCC8;
}
</style>
background-color css
<style>
a { background-color: #7ADCC8; }
a { background-color: rgb(122,220,200); }
div.DivClassName
{
background-color: #7ADCC8;
}
.BgClassName
{
background-color: #7ADCC8;
}
</style>
border-color css
<style>
span { border-color: #7ADCC8; }
span { border-color: rgb(122,220,200); }
td.TdClassName
{
border-color: #7ADCC8;
}
.TagClassName
{
border-color: #7ADCC8;
}
</style>