Shades of Riptide #86DCC0
Tints of Riptide #86DCC0
RGB
CMYK
RGB Variations
Color information
#86DCC0 (or 0x86DCC0) is known color: Riptide. HEX triplet: 86, DC and C0. RGB value is (134,220,192). Sum of RGB (Red+Green+Blue) = 134+220+192=546 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.54% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #86DCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DCC0 is #79233F. Grayscale: #BFBFBF. Windows color (decimal): -7938880 or 12639366. OLE color: 12639366.
HSL color Cylindrical-coordinate representation of color #86DCC0: hue angle of 160.47º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DCC0 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 220 | 192 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.14 |
| HSL | 160.47º | 0.55% | 0.69% | - |
| HSV(B) | 160.47º | 0.39% | 0.86% | - |
| XYZ | 44.94 | 60.06 | 59.09 | - |
| YUV | 191.09 | 128.51 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 220 | 192 | 0.39 | 0 | 0.13 | 0.14 | 160.47 | 0.55 | 0.69 |
| Hex | 86 | DC | C0 | 27 | 0 | D | E | A0 | 37 | 45 |
| Octal | 206 | 334 | 300 | 47 | 0 | 15 | 16 | 240 | 67 | 105 |
| Binary | 10000110 | 11011100 | 11000000 | 100111 | 0 | 1101 | 1110 | 10100000 | 110111 | 1000101 |
Color Harmonies of #86DCC0
Complementary color
Monochromatic Colors of #86DCC0
Black with #86DCC0
Text Example
Text Example
White with #86DCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DCC0; }
p { color: rgb(134,220,192); }
H1.HeaderClassName
{
color: #86DCC0;
}
.AnyTagClassName
{
color: #86DCC0;
}
</style>
background-color css
<style>
a { background-color: #86DCC0; }
a { background-color: rgb(134,220,192); }
div.DivClassName
{
background-color: #86DCC0;
}
.BgClassName
{
background-color: #86DCC0;
}
</style>
border-color css
<style>
span { border-color: #86DCC0; }
span { border-color: rgb(134,220,192); }
td.TdClassName
{
border-color: #86DCC0;
}
.TagClassName
{
border-color: #86DCC0;
}
</style>