Shades of Bermuda #86D5BF
Tints of Bermuda #86D5BF
RGB
CMYK
RGB Variations
Color information
#86D5BF (or 0x86D5BF) is known color: Bermuda. HEX triplet: 86, D5 and BF. RGB value is (134,213,191). Sum of RGB (Red+Green+Blue) = 134+213+191=538 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.91% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 213 - color contains mainly: green. Hex color #86D5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D5BF is #792A40. Grayscale: #BABABA. Windows color (decimal): -7940673 or 12572038. OLE color: 12572038.
HSL color Cylindrical-coordinate representation of color #86D5BF: hue angle of 163.29º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D5BF is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 213 | 191 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.16 |
| HSL | 163.29º | 0.48% | 0.68% | - |
| HSV(B) | 163.29º | 0.37% | 0.84% | - |
| XYZ | 43.03 | 56.42 | 57.91 | - |
| YUV | 186.87 | 130.33 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 213 | 191 | 0.37 | 0 | 0.10 | 0.16 | 163.29 | 0.48 | 0.68 |
| Hex | 86 | D5 | BF | 25 | 0 | A | 10 | A3 | 30 | 44 |
| Octal | 206 | 325 | 277 | 45 | 0 | 12 | 20 | 243 | 60 | 104 |
| Binary | 10000110 | 11010101 | 10111111 | 100101 | 0 | 1010 | 10000 | 10100011 | 110000 | 1000100 |
Color Harmonies of #86D5BF
Complementary color
Monochromatic Colors of #86D5BF
Black with #86D5BF
Text Example
Text Example
White with #86D5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D5BF; }
p { color: rgb(134,213,191); }
H1.HeaderClassName
{
color: #86D5BF;
}
.AnyTagClassName
{
color: #86D5BF;
}
</style>
background-color css
<style>
a { background-color: #86D5BF; }
a { background-color: rgb(134,213,191); }
div.DivClassName
{
background-color: #86D5BF;
}
.BgClassName
{
background-color: #86D5BF;
}
</style>
border-color css
<style>
span { border-color: #86D5BF; }
span { border-color: rgb(134,213,191); }
td.TdClassName
{
border-color: #86D5BF;
}
.TagClassName
{
border-color: #86D5BF;
}
</style>