Shades of Riptide #86E7C1
Tints of Riptide #86E7C1
RGB
CMYK
RGB Variations
Color information
#86E7C1 (or 0x86E7C1) is known color: Riptide. HEX triplet: 86, E7 and C1. RGB value is (134,231,193). Sum of RGB (Red+Green+Blue) = 134+231+193=558 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.01% from 558); Green value is 231 (90.62% from 255 or 41.40% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 231 - color contains mainly: green. Hex color #86E7C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86E7C1 is #79183E. Grayscale: #C5C5C5. Windows color (decimal): -7936063 or 12707718. OLE color: 12707718.
HSL color Cylindrical-coordinate representation of color #86E7C1: hue angle of 156.49º degrees, saturation: 0.67, 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 #86E7C1 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 231 | 193 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.09 |
| HSL | 156.49º | 0.67% | 0.72% | - |
| HSV(B) | 156.49º | 0.42% | 0.91% | - |
| XYZ | 48.03 | 66.07 | 60.67 | - |
| YUV | 197.67 | 125.36 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 231 | 193 | 0.42 | 0 | 0.16 | 0.09 | 156.49 | 0.67 | 0.72 |
| Hex | 86 | E7 | C1 | 2A | 0 | 10 | 9 | 9C | 43 | 48 |
| Octal | 206 | 347 | 301 | 52 | 0 | 20 | 11 | 234 | 103 | 110 |
| Binary | 10000110 | 11100111 | 11000001 | 101010 | 0 | 10000 | 1001 | 10011100 | 1000011 | 1001000 |
Color Harmonies of #86E7C1
Complementary color
Monochromatic Colors of #86E7C1
Black with #86E7C1
Text Example
Text Example
White with #86E7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E7C1; }
p { color: rgb(134,231,193); }
H1.HeaderClassName
{
color: #86E7C1;
}
.AnyTagClassName
{
color: #86E7C1;
}
</style>
background-color css
<style>
a { background-color: #86E7C1; }
a { background-color: rgb(134,231,193); }
div.DivClassName
{
background-color: #86E7C1;
}
.BgClassName
{
background-color: #86E7C1;
}
</style>
border-color css
<style>
span { border-color: #86E7C1; }
span { border-color: rgb(134,231,193); }
td.TdClassName
{
border-color: #86E7C1;
}
.TagClassName
{
border-color: #86E7C1;
}
</style>