Shades of Riptide #86E6CE
Tints of Riptide #86E6CE
RGB
CMYK
RGB Variations
Color information
#86E6CE (or 0x86E6CE) is known color: Riptide. HEX triplet: 86, E6 and CE. RGB value is (134,230,206). Sum of RGB (Red+Green+Blue) = 134+230+206=570 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.51% from 570); Green value is 230 (90.23% from 255 or 40.35% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 230 - color contains mainly: green. Hex color #86E6CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86E6CE is #791931. Grayscale: #C6C6C6. Windows color (decimal): -7936306 or 13559430. OLE color: 13559430.
HSL color Cylindrical-coordinate representation of color #86E6CE: hue angle of 165º 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 #86E6CE is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 230 | 206 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.10 |
| HSL | 165º | 0.66% | 0.71% | - |
| HSV(B) | 165º | 0.42% | 0.9% | - |
| XYZ | 49.27 | 66.12 | 68.56 | - |
| YUV | 198.56 | 132.2 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 230 | 206 | 0.42 | 0 | 0.10 | 0.10 | 165 | 0.66 | 0.71 |
| Hex | 86 | E6 | CE | 2A | 0 | A | A | A5 | 42 | 47 |
| Octal | 206 | 346 | 316 | 52 | 0 | 12 | 12 | 245 | 102 | 107 |
| Binary | 10000110 | 11100110 | 11001110 | 101010 | 0 | 1010 | 1010 | 10100101 | 1000010 | 1000111 |
Color Harmonies of #86E6CE
Complementary color
Monochromatic Colors of #86E6CE
Black with #86E6CE
Text Example
Text Example
White with #86E6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E6CE; }
p { color: rgb(134,230,206); }
H1.HeaderClassName
{
color: #86E6CE;
}
.AnyTagClassName
{
color: #86E6CE;
}
</style>
background-color css
<style>
a { background-color: #86E6CE; }
a { background-color: rgb(134,230,206); }
div.DivClassName
{
background-color: #86E6CE;
}
.BgClassName
{
background-color: #86E6CE;
}
</style>
border-color css
<style>
span { border-color: #86E6CE; }
span { border-color: rgb(134,230,206); }
td.TdClassName
{
border-color: #86E6CE;
}
.TagClassName
{
border-color: #86E6CE;
}
</style>