Shades of Riptide #86E9BE
Tints of Riptide #86E9BE
RGB
CMYK
RGB Variations
Color information
#86E9BE (or 0x86E9BE) is known color: Riptide. HEX triplet: 86, E9 and BE. RGB value is (134,233,190). Sum of RGB (Red+Green+Blue) = 134+233+190=557 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.06% from 557); Green value is 233 (91.41% from 255 or 41.83% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 233 - color contains mainly: green. Hex color #86E9BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86E9BE is #791641. Grayscale: #C6C6C6. Windows color (decimal): -7935554 or 12511622. OLE color: 12511622.
HSL color Cylindrical-coordinate representation of color #86E9BE: hue angle of 153.94º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E9BE is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 233 | 190 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.09 |
| HSL | 153.94º | 0.69% | 0.72% | - |
| HSV(B) | 153.94º | 0.42% | 0.91% | - |
| XYZ | 48.26 | 67.06 | 59.12 | - |
| YUV | 198.5 | 123.2 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 233 | 190 | 0.42 | 0 | 0.18 | 0.09 | 153.94 | 0.69 | 0.72 |
| Hex | 86 | E9 | BE | 2A | 0 | 12 | 9 | 9A | 45 | 48 |
| Octal | 206 | 351 | 276 | 52 | 0 | 22 | 11 | 232 | 105 | 110 |
| Binary | 10000110 | 11101001 | 10111110 | 101010 | 0 | 10010 | 1001 | 10011010 | 1000101 | 1001000 |
Color Harmonies of #86E9BE
Complementary color
Monochromatic Colors of #86E9BE
Black with #86E9BE
Text Example
Text Example
White with #86E9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E9BE; }
p { color: rgb(134,233,190); }
H1.HeaderClassName
{
color: #86E9BE;
}
.AnyTagClassName
{
color: #86E9BE;
}
</style>
background-color css
<style>
a { background-color: #86E9BE; }
a { background-color: rgb(134,233,190); }
div.DivClassName
{
background-color: #86E9BE;
}
.BgClassName
{
background-color: #86E9BE;
}
</style>
border-color css
<style>
span { border-color: #86E9BE; }
span { border-color: rgb(134,233,190); }
td.TdClassName
{
border-color: #86E9BE;
}
.TagClassName
{
border-color: #86E9BE;
}
</style>