Shades of Riptide #8BE5BE
Tints of Riptide #8BE5BE
RGB
CMYK
RGB Variations
Color information
#8BE5BE (or 0x8BE5BE) is known color: Riptide. HEX triplet: 8B, E5 and BE. RGB value is (139,229,190). Sum of RGB (Red+Green+Blue) = 139+229+190=558 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.91% from 558); Green value is 229 (89.84% from 255 or 41.04% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 229 - color contains mainly: green. Hex color #8BE5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE5BE is #741A41. Grayscale: #C5C5C5. Windows color (decimal): -7608898 or 12510603. OLE color: 12510603.
HSL color Cylindrical-coordinate representation of color #8BE5BE: hue angle of 154º 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 #8BE5BE is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 229 | 190 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.10 |
| HSL | 154º | 0.63% | 0.72% | - |
| HSV(B) | 154º | 0.39% | 0.9% | - |
| XYZ | 47.96 | 65.25 | 58.78 | - |
| YUV | 197.64 | 123.68 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 229 | 190 | 0.39 | 0 | 0.17 | 0.10 | 154 | 0.63 | 0.72 |
| Hex | 8B | E5 | BE | 27 | 0 | 11 | A | 9A | 3F | 48 |
| Octal | 213 | 345 | 276 | 47 | 0 | 21 | 12 | 232 | 77 | 110 |
| Binary | 10001011 | 11100101 | 10111110 | 100111 | 0 | 10001 | 1010 | 10011010 | 111111 | 1001000 |
Color Harmonies of #8BE5BE
Complementary color
Monochromatic Colors of #8BE5BE
Black with #8BE5BE
Text Example
Text Example
White with #8BE5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE5BE; }
p { color: rgb(139,229,190); }
H1.HeaderClassName
{
color: #8BE5BE;
}
.AnyTagClassName
{
color: #8BE5BE;
}
</style>
background-color css
<style>
a { background-color: #8BE5BE; }
a { background-color: rgb(139,229,190); }
div.DivClassName
{
background-color: #8BE5BE;
}
.BgClassName
{
background-color: #8BE5BE;
}
</style>
border-color css
<style>
span { border-color: #8BE5BE; }
span { border-color: rgb(139,229,190); }
td.TdClassName
{
border-color: #8BE5BE;
}
.TagClassName
{
border-color: #8BE5BE;
}
</style>