Shades of Bermuda #87D2BE
Tints of Bermuda #87D2BE
RGB
CMYK
RGB Variations
Color information
#87D2BE (or 0x87D2BE) is known color: Bermuda. HEX triplet: 87, D2 and BE. RGB value is (135,210,190). Sum of RGB (Red+Green+Blue) = 135+210+190=535 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.23% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 210 - color contains mainly: green. Hex color #87D2BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D2BE is #782D41. Grayscale: #B9B9B9. Windows color (decimal): -7875906 or 12505735. OLE color: 12505735.
HSL color Cylindrical-coordinate representation of color #87D2BE: hue angle of 164º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87D2BE is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 210 | 190 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.18 |
| HSL | 164º | 0.45% | 0.68% | - |
| HSV(B) | 164º | 0.36% | 0.82% | - |
| XYZ | 42.33 | 54.96 | 57.09 | - |
| YUV | 185.3 | 130.65 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 210 | 190 | 0.36 | 0 | 0.10 | 0.18 | 164 | 0.45 | 0.68 |
| Hex | 87 | D2 | BE | 24 | 0 | A | 12 | A4 | 2D | 44 |
| Octal | 207 | 322 | 276 | 44 | 0 | 12 | 22 | 244 | 55 | 104 |
| Binary | 10000111 | 11010010 | 10111110 | 100100 | 0 | 1010 | 10010 | 10100100 | 101101 | 1000100 |
Color Harmonies of #87D2BE
Complementary color
Monochromatic Colors of #87D2BE
Black with #87D2BE
Text Example
Text Example
White with #87D2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D2BE; }
p { color: rgb(135,210,190); }
H1.HeaderClassName
{
color: #87D2BE;
}
.AnyTagClassName
{
color: #87D2BE;
}
</style>
background-color css
<style>
a { background-color: #87D2BE; }
a { background-color: rgb(135,210,190); }
div.DivClassName
{
background-color: #87D2BE;
}
.BgClassName
{
background-color: #87D2BE;
}
</style>
border-color css
<style>
span { border-color: #87D2BE; }
span { border-color: rgb(135,210,190); }
td.TdClassName
{
border-color: #87D2BE;
}
.TagClassName
{
border-color: #87D2BE;
}
</style>