Shades of Bermuda #87D6BD
Tints of Bermuda #87D6BD
RGB
CMYK
RGB Variations
Color information
#87D6BD (or 0x87D6BD) is known color: Bermuda. HEX triplet: 87, D6 and BD. RGB value is (135,214,189). Sum of RGB (Red+Green+Blue) = 135+214+189=538 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.09% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #87D6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D6BD is #782942. Grayscale: #BBBBBB. Windows color (decimal): -7874883 or 12441223. OLE color: 12441223.
HSL color Cylindrical-coordinate representation of color #87D6BD: hue angle of 161.01º degrees, saturation: 0.49, 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 #87D6BD is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 214 | 189 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.16 |
| HSL | 161.01º | 0.49% | 0.68% | - |
| HSV(B) | 161.01º | 0.37% | 0.84% | - |
| XYZ | 43.22 | 56.92 | 56.85 | - |
| YUV | 187.53 | 128.83 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 214 | 189 | 0.37 | 0 | 0.12 | 0.16 | 161.01 | 0.49 | 0.68 |
| Hex | 87 | D6 | BD | 25 | 0 | C | 10 | A1 | 31 | 44 |
| Octal | 207 | 326 | 275 | 45 | 0 | 14 | 20 | 241 | 61 | 104 |
| Binary | 10000111 | 11010110 | 10111101 | 100101 | 0 | 1100 | 10000 | 10100001 | 110001 | 1000100 |
Color Harmonies of #87D6BD
Complementary color
Monochromatic Colors of #87D6BD
Black with #87D6BD
Text Example
Text Example
White with #87D6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D6BD; }
p { color: rgb(135,214,189); }
H1.HeaderClassName
{
color: #87D6BD;
}
.AnyTagClassName
{
color: #87D6BD;
}
</style>
background-color css
<style>
a { background-color: #87D6BD; }
a { background-color: rgb(135,214,189); }
div.DivClassName
{
background-color: #87D6BD;
}
.BgClassName
{
background-color: #87D6BD;
}
</style>
border-color css
<style>
span { border-color: #87D6BD; }
span { border-color: rgb(135,214,189); }
td.TdClassName
{
border-color: #87D6BD;
}
.TagClassName
{
border-color: #87D6BD;
}
</style>