Shades of Riptide #86E5BD
Tints of Riptide #86E5BD
RGB
CMYK
RGB Variations
Color information
#86E5BD (or 0x86E5BD) is known color: Riptide. HEX triplet: 86, E5 and BD. RGB value is (134,229,189). Sum of RGB (Red+Green+Blue) = 134+229+189=552 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.28% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 229 - color contains mainly: green. Hex color #86E5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86E5BD is #791A42. Grayscale: #C4C4C4. Windows color (decimal): -7936579 or 12445062. OLE color: 12445062.
HSL color Cylindrical-coordinate representation of color #86E5BD: hue angle of 154.74º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86E5BD is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 229 | 189 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.10 |
| HSL | 154.74º | 0.65% | 0.71% | - |
| HSV(B) | 154.74º | 0.41% | 0.9% | - |
| XYZ | 47.04 | 64.78 | 58.17 | - |
| YUV | 196.04 | 124.03 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 229 | 189 | 0.41 | 0 | 0.17 | 0.10 | 154.74 | 0.65 | 0.71 |
| Hex | 86 | E5 | BD | 29 | 0 | 11 | A | 9B | 41 | 47 |
| Octal | 206 | 345 | 275 | 51 | 0 | 21 | 12 | 233 | 101 | 107 |
| Binary | 10000110 | 11100101 | 10111101 | 101001 | 0 | 10001 | 1010 | 10011011 | 1000001 | 1000111 |
Color Harmonies of #86E5BD
Complementary color
Monochromatic Colors of #86E5BD
Black with #86E5BD
Text Example
Text Example
White with #86E5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E5BD; }
p { color: rgb(134,229,189); }
H1.HeaderClassName
{
color: #86E5BD;
}
.AnyTagClassName
{
color: #86E5BD;
}
</style>
background-color css
<style>
a { background-color: #86E5BD; }
a { background-color: rgb(134,229,189); }
div.DivClassName
{
background-color: #86E5BD;
}
.BgClassName
{
background-color: #86E5BD;
}
</style>
border-color css
<style>
span { border-color: #86E5BD; }
span { border-color: rgb(134,229,189); }
td.TdClassName
{
border-color: #86E5BD;
}
.TagClassName
{
border-color: #86E5BD;
}
</style>