Shades of Riptide #86D8C4
Tints of Riptide #86D8C4
RGB
CMYK
RGB Variations
Color information
#86D8C4 (or 0x86D8C4) is known color: Riptide. HEX triplet: 86, D8 and C4. RGB value is (134,216,196). Sum of RGB (Red+Green+Blue) = 134+216+196=546 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.54% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 216 - color contains mainly: green. Hex color #86D8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D8C4 is #79273B. Grayscale: #BDBDBD. Windows color (decimal): -7939900 or 12900486. OLE color: 12900486.
HSL color Cylindrical-coordinate representation of color #86D8C4: hue angle of 165.37º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D8C4 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 216 | 196 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.15 |
| HSL | 165.37º | 0.51% | 0.69% | - |
| HSV(B) | 165.37º | 0.38% | 0.85% | - |
| XYZ | 44.35 | 58.17 | 61.11 | - |
| YUV | 189.2 | 131.83 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 216 | 196 | 0.38 | 0 | 0.09 | 0.15 | 165.37 | 0.51 | 0.69 |
| Hex | 86 | D8 | C4 | 26 | 0 | 9 | F | A5 | 33 | 45 |
| Octal | 206 | 330 | 304 | 46 | 0 | 11 | 17 | 245 | 63 | 105 |
| Binary | 10000110 | 11011000 | 11000100 | 100110 | 0 | 1001 | 1111 | 10100101 | 110011 | 1000101 |
Color Harmonies of #86D8C4
Complementary color
Monochromatic Colors of #86D8C4
Black with #86D8C4
Text Example
Text Example
White with #86D8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D8C4; }
p { color: rgb(134,216,196); }
H1.HeaderClassName
{
color: #86D8C4;
}
.AnyTagClassName
{
color: #86D8C4;
}
</style>
background-color css
<style>
a { background-color: #86D8C4; }
a { background-color: rgb(134,216,196); }
div.DivClassName
{
background-color: #86D8C4;
}
.BgClassName
{
background-color: #86D8C4;
}
</style>
border-color css
<style>
span { border-color: #86D8C4; }
span { border-color: rgb(134,216,196); }
td.TdClassName
{
border-color: #86D8C4;
}
.TagClassName
{
border-color: #86D8C4;
}
</style>