Shades of Riptide #8AE5DB
Tints of Riptide #8AE5DB
RGB
CMYK
RGB Variations
Color information
#8AE5DB (or 0x8AE5DB) is known color: Riptide. HEX triplet: 8A, E5 and DB. RGB value is (138,229,219). Sum of RGB (Red+Green+Blue) = 138+229+219=586 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.55% from 586); Green value is 229 (89.84% from 255 or 39.08% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 229 - color contains mainly: green. Hex color #8AE5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AE5DB is #751A24. Grayscale: #C8C8C8. Windows color (decimal): -7674405 or 14411146. OLE color: 14411146.
HSL color Cylindrical-coordinate representation of color #8AE5DB: hue angle of 173.41º degrees, saturation: 0.64, 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 #8AE5DB is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 229 | 219 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.10 |
| HSL | 173.41º | 0.64% | 0.72% | - |
| HSV(B) | 173.41º | 0.4% | 0.9% | - |
| XYZ | 51.29 | 66.56 | 77.16 | - |
| YUV | 200.65 | 138.35 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 229 | 219 | 0.40 | 0 | 0.04 | 0.10 | 173.41 | 0.64 | 0.72 |
| Hex | 8A | E5 | DB | 28 | 0 | 4 | A | AD | 40 | 48 |
| Octal | 212 | 345 | 333 | 50 | 0 | 4 | 12 | 255 | 100 | 110 |
| Binary | 10001010 | 11100101 | 11011011 | 101000 | 0 | 100 | 1010 | 10101101 | 1000000 | 1001000 |
Color Harmonies of #8AE5DB
Complementary color
Monochromatic Colors of #8AE5DB
Black with #8AE5DB
Text Example
Text Example
White with #8AE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE5DB; }
p { color: rgb(138,229,219); }
H1.HeaderClassName
{
color: #8AE5DB;
}
.AnyTagClassName
{
color: #8AE5DB;
}
</style>
background-color css
<style>
a { background-color: #8AE5DB; }
a { background-color: rgb(138,229,219); }
div.DivClassName
{
background-color: #8AE5DB;
}
.BgClassName
{
background-color: #8AE5DB;
}
</style>
border-color css
<style>
span { border-color: #8AE5DB; }
span { border-color: rgb(138,229,219); }
td.TdClassName
{
border-color: #8AE5DB;
}
.TagClassName
{
border-color: #8AE5DB;
}
</style>