Shades of Riptide #8BE5DA
Tints of Riptide #8BE5DA
RGB
CMYK
RGB Variations
Color information
#8BE5DA (or 0x8BE5DA) is known color: Riptide. HEX triplet: 8B, E5 and DA. RGB value is (139,229,218). Sum of RGB (Red+Green+Blue) = 139+229+218=586 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.72% from 586); Green value is 229 (89.84% from 255 or 39.08% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 229 - color contains mainly: green. Hex color #8BE5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE5DA is #741A25. Grayscale: #C8C8C8. Windows color (decimal): -7608870 or 14345611. OLE color: 14345611.
HSL color Cylindrical-coordinate representation of color #8BE5DA: hue angle of 172.67º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BE5DA is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 229 | 218 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.10 |
| HSL | 172.67º | 0.63% | 0.72% | - |
| HSV(B) | 172.67º | 0.39% | 0.9% | - |
| XYZ | 51.32 | 66.59 | 76.48 | - |
| YUV | 200.84 | 137.68 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 229 | 218 | 0.39 | 0 | 0.05 | 0.10 | 172.67 | 0.63 | 0.72 |
| Hex | 8B | E5 | DA | 27 | 0 | 5 | A | AD | 3F | 48 |
| Octal | 213 | 345 | 332 | 47 | 0 | 5 | 12 | 255 | 77 | 110 |
| Binary | 10001011 | 11100101 | 11011010 | 100111 | 0 | 101 | 1010 | 10101101 | 111111 | 1001000 |
Color Harmonies of #8BE5DA
Complementary color
Monochromatic Colors of #8BE5DA
Black with #8BE5DA
Text Example
Text Example
White with #8BE5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE5DA; }
p { color: rgb(139,229,218); }
H1.HeaderClassName
{
color: #8BE5DA;
}
.AnyTagClassName
{
color: #8BE5DA;
}
</style>
background-color css
<style>
a { background-color: #8BE5DA; }
a { background-color: rgb(139,229,218); }
div.DivClassName
{
background-color: #8BE5DA;
}
.BgClassName
{
background-color: #8BE5DA;
}
</style>
border-color css
<style>
span { border-color: #8BE5DA; }
span { border-color: rgb(139,229,218); }
td.TdClassName
{
border-color: #8BE5DA;
}
.TagClassName
{
border-color: #8BE5DA;
}
</style>