Shades of Riptide #86DFC0
Tints of Riptide #86DFC0
RGB
CMYK
RGB Variations
Color information
#86DFC0 (or 0x86DFC0) is known color: Riptide. HEX triplet: 86, DF and C0. RGB value is (134,223,192). Sum of RGB (Red+Green+Blue) = 134+223+192=549 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.41% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #86DFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DFC0 is #79203F. Grayscale: #C0C0C0. Windows color (decimal): -7938112 or 12640134. OLE color: 12640134.
HSL color Cylindrical-coordinate representation of color #86DFC0: hue angle of 159.1º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DFC0 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 223 | 192 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.13 |
| HSL | 159.1º | 0.58% | 0.7% | - |
| HSV(B) | 159.1º | 0.4% | 0.87% | - |
| XYZ | 45.73 | 61.65 | 59.36 | - |
| YUV | 192.86 | 127.51 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 192 | 0.40 | 0 | 0.14 | 0.13 | 159.1 | 0.58 | 0.7 |
| Hex | 86 | DF | C0 | 28 | 0 | E | D | 9F | 3A | 46 |
| Octal | 206 | 337 | 300 | 50 | 0 | 16 | 15 | 237 | 72 | 106 |
| Binary | 10000110 | 11011111 | 11000000 | 101000 | 0 | 1110 | 1101 | 10011111 | 111010 | 1000110 |
Color Harmonies of #86DFC0
Complementary color
Monochromatic Colors of #86DFC0
Black with #86DFC0
Text Example
Text Example
White with #86DFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DFC0; }
p { color: rgb(134,223,192); }
H1.HeaderClassName
{
color: #86DFC0;
}
.AnyTagClassName
{
color: #86DFC0;
}
</style>
background-color css
<style>
a { background-color: #86DFC0; }
a { background-color: rgb(134,223,192); }
div.DivClassName
{
background-color: #86DFC0;
}
.BgClassName
{
background-color: #86DFC0;
}
</style>
border-color css
<style>
span { border-color: #86DFC0; }
span { border-color: rgb(134,223,192); }
td.TdClassName
{
border-color: #86DFC0;
}
.TagClassName
{
border-color: #86DFC0;
}
</style>