Shades of Riptide #8ADAC8
Tints of Riptide #8ADAC8
RGB
CMYK
RGB Variations
Color information
#8ADAC8 (or 0x8ADAC8) is known color: Riptide. HEX triplet: 8A, DA and C8. RGB value is (138,218,200). Sum of RGB (Red+Green+Blue) = 138+218+200=556 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.82% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADAC8 is #752537. Grayscale: #C0C0C0. Windows color (decimal): -7677240 or 13163146. OLE color: 13163146.
HSL color Cylindrical-coordinate representation of color #8ADAC8: hue angle of 166.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADAC8 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 218 | 200 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.15 |
| HSL | 166.5º | 0.52% | 0.7% | - |
| HSV(B) | 166.5º | 0.37% | 0.85% | - |
| XYZ | 45.98 | 59.72 | 63.75 | - |
| YUV | 192.03 | 132.5 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 218 | 200 | 0.37 | 0 | 0.08 | 0.15 | 166.5 | 0.52 | 0.7 |
| Hex | 8A | DA | C8 | 25 | 0 | 8 | F | A6 | 34 | 46 |
| Octal | 212 | 332 | 310 | 45 | 0 | 10 | 17 | 246 | 64 | 106 |
| Binary | 10001010 | 11011010 | 11001000 | 100101 | 0 | 1000 | 1111 | 10100110 | 110100 | 1000110 |
Color Harmonies of #8ADAC8
Complementary color
Monochromatic Colors of #8ADAC8
Black with #8ADAC8
Text Example
Text Example
White with #8ADAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADAC8; }
p { color: rgb(138,218,200); }
H1.HeaderClassName
{
color: #8ADAC8;
}
.AnyTagClassName
{
color: #8ADAC8;
}
</style>
background-color css
<style>
a { background-color: #8ADAC8; }
a { background-color: rgb(138,218,200); }
div.DivClassName
{
background-color: #8ADAC8;
}
.BgClassName
{
background-color: #8ADAC8;
}
</style>
border-color css
<style>
span { border-color: #8ADAC8; }
span { border-color: rgb(138,218,200); }
td.TdClassName
{
border-color: #8ADAC8;
}
.TagClassName
{
border-color: #8ADAC8;
}
</style>