Shades of Riptide #86E3C1
Tints of Riptide #86E3C1
RGB
CMYK
RGB Variations
Color information
#86E3C1 (or 0x86E3C1) is known color: Riptide. HEX triplet: 86, E3 and C1. RGB value is (134,227,193). Sum of RGB (Red+Green+Blue) = 134+227+193=554 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.19% from 554); Green value is 227 (89.06% from 255 or 40.97% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 227 - color contains mainly: green. Hex color #86E3C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86E3C1 is #791C3E. Grayscale: #C3C3C3. Windows color (decimal): -7937087 or 12706694. OLE color: 12706694.
HSL color Cylindrical-coordinate representation of color #86E3C1: hue angle of 158.06º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86E3C1 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 227 | 193 | - |
| CMYK | 0.41 | 0 | 0.15 | 0.11 |
| HSL | 158.06º | 0.62% | 0.71% | - |
| HSV(B) | 158.06º | 0.41% | 0.89% | - |
| XYZ | 46.93 | 63.86 | 60.3 | - |
| YUV | 195.32 | 126.69 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 227 | 193 | 0.41 | 0 | 0.15 | 0.11 | 158.06 | 0.62 | 0.71 |
| Hex | 86 | E3 | C1 | 29 | 0 | F | B | 9E | 3E | 47 |
| Octal | 206 | 343 | 301 | 51 | 0 | 17 | 13 | 236 | 76 | 107 |
| Binary | 10000110 | 11100011 | 11000001 | 101001 | 0 | 1111 | 1011 | 10011110 | 111110 | 1000111 |
Color Harmonies of #86E3C1
Complementary color
Monochromatic Colors of #86E3C1
Black with #86E3C1
Text Example
Text Example
White with #86E3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E3C1; }
p { color: rgb(134,227,193); }
H1.HeaderClassName
{
color: #86E3C1;
}
.AnyTagClassName
{
color: #86E3C1;
}
</style>
background-color css
<style>
a { background-color: #86E3C1; }
a { background-color: rgb(134,227,193); }
div.DivClassName
{
background-color: #86E3C1;
}
.BgClassName
{
background-color: #86E3C1;
}
</style>
border-color css
<style>
span { border-color: #86E3C1; }
span { border-color: rgb(134,227,193); }
td.TdClassName
{
border-color: #86E3C1;
}
.TagClassName
{
border-color: #86E3C1;
}
</style>