Shades of Bermuda #86D2B8
Tints of Bermuda #86D2B8
RGB
CMYK
RGB Variations
Color information
#86D2B8 (or 0x86D2B8) is known color: Bermuda. HEX triplet: 86, D2 and B8. RGB value is (134,210,184). Sum of RGB (Red+Green+Blue) = 134+210+184=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 210 - color contains mainly: green. Hex color #86D2B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D2B8 is #792D47. Grayscale: #B8B8B8. Windows color (decimal): -7941448 or 12112518. OLE color: 12112518.
HSL color Cylindrical-coordinate representation of color #86D2B8: hue angle of 159.47º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D2B8 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 210 | 184 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.18 |
| HSL | 159.47º | 0.46% | 0.67% | - |
| HSV(B) | 159.47º | 0.36% | 0.82% | - |
| XYZ | 41.53 | 54.62 | 53.7 | - |
| YUV | 184.31 | 127.82 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 210 | 184 | 0.36 | 0 | 0.12 | 0.18 | 159.47 | 0.46 | 0.67 |
| Hex | 86 | D2 | B8 | 24 | 0 | C | 12 | 9F | 2E | 43 |
| Octal | 206 | 322 | 270 | 44 | 0 | 14 | 22 | 237 | 56 | 103 |
| Binary | 10000110 | 11010010 | 10111000 | 100100 | 0 | 1100 | 10010 | 10011111 | 101110 | 1000011 |
Color Harmonies of #86D2B8
Complementary color
Monochromatic Colors of #86D2B8
Black with #86D2B8
Text Example
Text Example
White with #86D2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D2B8; }
p { color: rgb(134,210,184); }
H1.HeaderClassName
{
color: #86D2B8;
}
.AnyTagClassName
{
color: #86D2B8;
}
</style>
background-color css
<style>
a { background-color: #86D2B8; }
a { background-color: rgb(134,210,184); }
div.DivClassName
{
background-color: #86D2B8;
}
.BgClassName
{
background-color: #86D2B8;
}
</style>
border-color css
<style>
span { border-color: #86D2B8; }
span { border-color: rgb(134,210,184); }
td.TdClassName
{
border-color: #86D2B8;
}
.TagClassName
{
border-color: #86D2B8;
}
</style>