Shades of Riptide #8BE6DA
Tints of Riptide #8BE6DA
RGB
CMYK
RGB Variations
Color information
#8BE6DA (or 0x8BE6DA) is known color: Riptide. HEX triplet: 8B, E6 and DA. RGB value is (139,230,218). Sum of RGB (Red+Green+Blue) = 139+230+218=587 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.68% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 230 - color contains mainly: green. Hex color #8BE6DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE6DA is #741925. Grayscale: #C9C9C9. Windows color (decimal): -7608614 or 14345867. OLE color: 14345867.
HSL color Cylindrical-coordinate representation of color #8BE6DA: hue angle of 172.09º 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 #8BE6DA is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 230 | 218 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.10 |
| HSL | 172.09º | 0.65% | 0.72% | - |
| HSV(B) | 172.09º | 0.4% | 0.9% | - |
| XYZ | 51.6 | 67.14 | 76.57 | - |
| YUV | 201.42 | 137.35 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 230 | 218 | 0.40 | 0 | 0.05 | 0.10 | 172.09 | 0.65 | 0.72 |
| Hex | 8B | E6 | DA | 28 | 0 | 5 | A | AC | 41 | 48 |
| Octal | 213 | 346 | 332 | 50 | 0 | 5 | 12 | 254 | 101 | 110 |
| Binary | 10001011 | 11100110 | 11011010 | 101000 | 0 | 101 | 1010 | 10101100 | 1000001 | 1001000 |
Color Harmonies of #8BE6DA
Complementary color
Monochromatic Colors of #8BE6DA
Black with #8BE6DA
Text Example
Text Example
White with #8BE6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE6DA; }
p { color: rgb(139,230,218); }
H1.HeaderClassName
{
color: #8BE6DA;
}
.AnyTagClassName
{
color: #8BE6DA;
}
</style>
background-color css
<style>
a { background-color: #8BE6DA; }
a { background-color: rgb(139,230,218); }
div.DivClassName
{
background-color: #8BE6DA;
}
.BgClassName
{
background-color: #8BE6DA;
}
</style>
border-color css
<style>
span { border-color: #8BE6DA; }
span { border-color: rgb(139,230,218); }
td.TdClassName
{
border-color: #8BE6DA;
}
.TagClassName
{
border-color: #8BE6DA;
}
</style>