Shades of Riptide #86E6C4
Tints of Riptide #86E6C4
RGB
CMYK
RGB Variations
Color information
#86E6C4 (or 0x86E6C4) is known color: Riptide. HEX triplet: 86, E6 and C4. RGB value is (134,230,196). Sum of RGB (Red+Green+Blue) = 134+230+196=560 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.93% from 560); Green value is 230 (90.23% from 255 or 41.07% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 230 - color contains mainly: green. Hex color #86E6C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86E6C4 is #79193B. Grayscale: #C5C5C5. Windows color (decimal): -7936316 or 12904070. OLE color: 12904070.
HSL color Cylindrical-coordinate representation of color #86E6C4: hue angle of 158.75º 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 #86E6C4 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 230 | 196 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.10 |
| HSL | 158.75º | 0.66% | 0.71% | - |
| HSV(B) | 158.75º | 0.42% | 0.9% | - |
| XYZ | 48.09 | 65.65 | 62.36 | - |
| YUV | 197.42 | 127.2 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 230 | 196 | 0.42 | 0 | 0.15 | 0.10 | 158.75 | 0.66 | 0.71 |
| Hex | 86 | E6 | C4 | 2A | 0 | F | A | 9F | 42 | 47 |
| Octal | 206 | 346 | 304 | 52 | 0 | 17 | 12 | 237 | 102 | 107 |
| Binary | 10000110 | 11100110 | 11000100 | 101010 | 0 | 1111 | 1010 | 10011111 | 1000010 | 1000111 |
Color Harmonies of #86E6C4
Complementary color
Monochromatic Colors of #86E6C4
Black with #86E6C4
Text Example
Text Example
White with #86E6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E6C4; }
p { color: rgb(134,230,196); }
H1.HeaderClassName
{
color: #86E6C4;
}
.AnyTagClassName
{
color: #86E6C4;
}
</style>
background-color css
<style>
a { background-color: #86E6C4; }
a { background-color: rgb(134,230,196); }
div.DivClassName
{
background-color: #86E6C4;
}
.BgClassName
{
background-color: #86E6C4;
}
</style>
border-color css
<style>
span { border-color: #86E6C4; }
span { border-color: rgb(134,230,196); }
td.TdClassName
{
border-color: #86E6C4;
}
.TagClassName
{
border-color: #86E6C4;
}
</style>