Shades of Riptide #8AE6DB
Tints of Riptide #8AE6DB
RGB
CMYK
RGB Variations
Color information
#8AE6DB (or 0x8AE6DB) is known color: Riptide. HEX triplet: 8A, E6 and DB. RGB value is (138,230,219). Sum of RGB (Red+Green+Blue) = 138+230+219=587 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.51% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 230 - color contains mainly: green. Hex color #8AE6DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AE6DB is #751924. Grayscale: #C9C9C9. Windows color (decimal): -7674149 or 14411402. OLE color: 14411402.
HSL color Cylindrical-coordinate representation of color #8AE6DB: hue angle of 172.83º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AE6DB is Cyan = 0.4, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 230 | 219 | - |
| CMYK | 0.4 | 0 | 0.05 | 0.10 |
| HSL | 172.83º | 0.65% | 0.72% | - |
| HSV(B) | 172.83º | 0.4% | 0.9% | - |
| XYZ | 51.56 | 67.11 | 77.25 | - |
| YUV | 201.24 | 138.02 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 230 | 219 | 0.4 | 0 | 0.05 | 0.10 | 172.83 | 0.65 | 0.72 |
| Hex | 8A | E6 | DB | 28 | 0 | 5 | A | AD | 41 | 48 |
| Octal | 212 | 346 | 333 | 50 | 0 | 5 | 12 | 255 | 101 | 110 |
| Binary | 10001010 | 11100110 | 11011011 | 101000 | 0 | 101 | 1010 | 10101101 | 1000001 | 1001000 |
Color Harmonies of #8AE6DB
Complementary color
Monochromatic Colors of #8AE6DB
Black with #8AE6DB
Text Example
Text Example
White with #8AE6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE6DB; }
p { color: rgb(138,230,219); }
H1.HeaderClassName
{
color: #8AE6DB;
}
.AnyTagClassName
{
color: #8AE6DB;
}
</style>
background-color css
<style>
a { background-color: #8AE6DB; }
a { background-color: rgb(138,230,219); }
div.DivClassName
{
background-color: #8AE6DB;
}
.BgClassName
{
background-color: #8AE6DB;
}
</style>
border-color css
<style>
span { border-color: #8AE6DB; }
span { border-color: rgb(138,230,219); }
td.TdClassName
{
border-color: #8AE6DB;
}
.TagClassName
{
border-color: #8AE6DB;
}
</style>