Shades of Riptide #86E6BF
Tints of Riptide #86E6BF
RGB
CMYK
RGB Variations
Color information
#86E6BF (or 0x86E6BF) is known color: Riptide. HEX triplet: 86, E6 and BF. RGB value is (134,230,191). Sum of RGB (Red+Green+Blue) = 134+230+191=555 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.14% from 555); Green value is 230 (90.23% from 255 or 41.44% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 230 - color contains mainly: green. Hex color #86E6BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86E6BF is #791940. Grayscale: #C4C4C4. Windows color (decimal): -7936321 or 12576390. OLE color: 12576390.
HSL color Cylindrical-coordinate representation of color #86E6BF: hue angle of 155.62º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E6BF is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 230 | 191 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.10 |
| HSL | 155.63º | 0.66% | 0.71% | - |
| HSV(B) | 155.63º | 0.42% | 0.9% | - |
| XYZ | 47.53 | 65.42 | 59.41 | - |
| YUV | 196.85 | 124.7 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 230 | 191 | 0.42 | 0 | 0.17 | 0.10 | 155.63 | 0.66 | 0.71 |
| Hex | 86 | E6 | BF | 2A | 0 | 11 | A | 9C | 42 | 47 |
| Octal | 206 | 346 | 277 | 52 | 0 | 21 | 12 | 234 | 102 | 107 |
| Binary | 10000110 | 11100110 | 10111111 | 101010 | 0 | 10001 | 1010 | 10011100 | 1000010 | 1000111 |
Color Harmonies of #86E6BF
Complementary color
Monochromatic Colors of #86E6BF
Black with #86E6BF
Text Example
Text Example
White with #86E6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E6BF; }
p { color: rgb(134,230,191); }
H1.HeaderClassName
{
color: #86E6BF;
}
.AnyTagClassName
{
color: #86E6BF;
}
</style>
background-color css
<style>
a { background-color: #86E6BF; }
a { background-color: rgb(134,230,191); }
div.DivClassName
{
background-color: #86E6BF;
}
.BgClassName
{
background-color: #86E6BF;
}
</style>
border-color css
<style>
span { border-color: #86E6BF; }
span { border-color: rgb(134,230,191); }
td.TdClassName
{
border-color: #86E6BF;
}
.TagClassName
{
border-color: #86E6BF;
}
</style>