Shades of Riptide #86E6CA
Tints of Riptide #86E6CA
RGB
CMYK
RGB Variations
Color information
#86E6CA (or 0x86E6CA) is known color: Riptide. HEX triplet: 86, E6 and CA. RGB value is (134,230,202). Sum of RGB (Red+Green+Blue) = 134+230+202=566 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.67% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 230 - color contains mainly: green. Hex color #86E6CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86E6CA is #791935. Grayscale: #C6C6C6. Windows color (decimal): -7936310 or 13297286. OLE color: 13297286.
HSL color Cylindrical-coordinate representation of color #86E6CA: hue angle of 162.5º 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 #86E6CA is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 230 | 202 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.10 |
| HSL | 162.5º | 0.66% | 0.71% | - |
| HSV(B) | 162.5º | 0.42% | 0.9% | - |
| XYZ | 48.79 | 65.93 | 66.03 | - |
| YUV | 198.1 | 130.2 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 230 | 202 | 0.42 | 0 | 0.12 | 0.10 | 162.5 | 0.66 | 0.71 |
| Hex | 86 | E6 | CA | 2A | 0 | C | A | A2 | 42 | 47 |
| Octal | 206 | 346 | 312 | 52 | 0 | 14 | 12 | 242 | 102 | 107 |
| Binary | 10000110 | 11100110 | 11001010 | 101010 | 0 | 1100 | 1010 | 10100010 | 1000010 | 1000111 |
Color Harmonies of #86E6CA
Complementary color
Monochromatic Colors of #86E6CA
Black with #86E6CA
Text Example
Text Example
White with #86E6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E6CA; }
p { color: rgb(134,230,202); }
H1.HeaderClassName
{
color: #86E6CA;
}
.AnyTagClassName
{
color: #86E6CA;
}
</style>
background-color css
<style>
a { background-color: #86E6CA; }
a { background-color: rgb(134,230,202); }
div.DivClassName
{
background-color: #86E6CA;
}
.BgClassName
{
background-color: #86E6CA;
}
</style>
border-color css
<style>
span { border-color: #86E6CA; }
span { border-color: rgb(134,230,202); }
td.TdClassName
{
border-color: #86E6CA;
}
.TagClassName
{
border-color: #86E6CA;
}
</style>