Shades of Riptide #86D4D3
Tints of Riptide #86D4D3
RGB
CMYK
RGB Variations
Color information
#86D4D3 (or 0x86D4D3) is known color: Riptide. HEX triplet: 86, D4 and D3. RGB value is (134,212,211). Sum of RGB (Red+Green+Blue) = 134+212+211=557 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.06% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 212 - color contains mainly: green. Hex color #86D4D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D4D3 is #792B2C. Grayscale: #BCBCBC. Windows color (decimal): -7940909 or 13882502. OLE color: 13882502.
HSL color Cylindrical-coordinate representation of color #86D4D3: hue angle of 179.23º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D4D3 is Cyan = 0.37, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 212 | 211 | - |
| CMYK | 0.37 | 0 | 0.00 | 0.17 |
| HSL | 179.23º | 0.48% | 0.68% | - |
| HSV(B) | 179.23º | 0.37% | 0.83% | - |
| XYZ | 45.13 | 56.86 | 70.22 | - |
| YUV | 188.56 | 140.66 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 212 | 211 | 0.37 | 0 | 0.00 | 0.17 | 179.23 | 0.48 | 0.68 |
| Hex | 86 | D4 | D3 | 25 | 0 | 0 | 11 | B3 | 30 | 44 |
| Octal | 206 | 324 | 323 | 45 | 0 | 0 | 21 | 263 | 60 | 104 |
| Binary | 10000110 | 11010100 | 11010011 | 100101 | 0 | 0 | 10001 | 10110011 | 110000 | 1000100 |
Color Harmonies of #86D4D3
Complementary color
Monochromatic Colors of #86D4D3
Black with #86D4D3
Text Example
Text Example
White with #86D4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D4D3; }
p { color: rgb(134,212,211); }
H1.HeaderClassName
{
color: #86D4D3;
}
.AnyTagClassName
{
color: #86D4D3;
}
</style>
background-color css
<style>
a { background-color: #86D4D3; }
a { background-color: rgb(134,212,211); }
div.DivClassName
{
background-color: #86D4D3;
}
.BgClassName
{
background-color: #86D4D3;
}
</style>
border-color css
<style>
span { border-color: #86D4D3; }
span { border-color: rgb(134,212,211); }
td.TdClassName
{
border-color: #86D4D3;
}
.TagClassName
{
border-color: #86D4D3;
}
</style>