Shades of Riptide #86DFC4
Tints of Riptide #86DFC4
RGB
CMYK
RGB Variations
Color information
#86DFC4 (or 0x86DFC4) is known color: Riptide. HEX triplet: 86, DF and C4. RGB value is (134,223,196). Sum of RGB (Red+Green+Blue) = 134+223+196=553 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.23% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #86DFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DFC4 is #79203B. Grayscale: #C1C1C1. Windows color (decimal): -7938108 or 12902278. OLE color: 12902278.
HSL color Cylindrical-coordinate representation of color #86DFC4: hue angle of 161.8º 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 #86DFC4 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 223 | 196 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.13 |
| HSL | 161.8º | 0.58% | 0.7% | - |
| HSV(B) | 161.8º | 0.4% | 0.87% | - |
| XYZ | 46.18 | 61.83 | 61.72 | - |
| YUV | 193.31 | 129.51 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 196 | 0.40 | 0 | 0.12 | 0.13 | 161.8 | 0.58 | 0.7 |
| Hex | 86 | DF | C4 | 28 | 0 | C | D | A2 | 3A | 46 |
| Octal | 206 | 337 | 304 | 50 | 0 | 14 | 15 | 242 | 72 | 106 |
| Binary | 10000110 | 11011111 | 11000100 | 101000 | 0 | 1100 | 1101 | 10100010 | 111010 | 1000110 |
Color Harmonies of #86DFC4
Complementary color
Monochromatic Colors of #86DFC4
Black with #86DFC4
Text Example
Text Example
White with #86DFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DFC4; }
p { color: rgb(134,223,196); }
H1.HeaderClassName
{
color: #86DFC4;
}
.AnyTagClassName
{
color: #86DFC4;
}
</style>
background-color css
<style>
a { background-color: #86DFC4; }
a { background-color: rgb(134,223,196); }
div.DivClassName
{
background-color: #86DFC4;
}
.BgClassName
{
background-color: #86DFC4;
}
</style>
border-color css
<style>
span { border-color: #86DFC4; }
span { border-color: rgb(134,223,196); }
td.TdClassName
{
border-color: #86DFC4;
}
.TagClassName
{
border-color: #86DFC4;
}
</style>