Shades of Bermuda #87D0BA
Tints of Bermuda #87D0BA
RGB
CMYK
RGB Variations
Color information
#87D0BA (or 0x87D0BA) is known color: Bermuda. HEX triplet: 87, D0 and BA. RGB value is (135,208,186). Sum of RGB (Red+Green+Blue) = 135+208+186=529 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.52% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #87D0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D0BA is #782F45. Grayscale: #B7B7B7. Windows color (decimal): -7876422 or 12243079. OLE color: 12243079.
HSL color Cylindrical-coordinate representation of color #87D0BA: hue angle of 161.92º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87D0BA is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 208 | 186 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.18 |
| HSL | 161.92º | 0.44% | 0.67% | - |
| HSV(B) | 161.92º | 0.35% | 0.82% | - |
| XYZ | 41.41 | 53.81 | 54.66 | - |
| YUV | 183.67 | 129.32 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 208 | 186 | 0.35 | 0 | 0.11 | 0.18 | 161.92 | 0.44 | 0.67 |
| Hex | 87 | D0 | BA | 23 | 0 | B | 12 | A2 | 2C | 43 |
| Octal | 207 | 320 | 272 | 43 | 0 | 13 | 22 | 242 | 54 | 103 |
| Binary | 10000111 | 11010000 | 10111010 | 100011 | 0 | 1011 | 10010 | 10100010 | 101100 | 1000011 |
Color Harmonies of #87D0BA
Complementary color
Monochromatic Colors of #87D0BA
Black with #87D0BA
Text Example
Text Example
White with #87D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D0BA; }
p { color: rgb(135,208,186); }
H1.HeaderClassName
{
color: #87D0BA;
}
.AnyTagClassName
{
color: #87D0BA;
}
</style>
background-color css
<style>
a { background-color: #87D0BA; }
a { background-color: rgb(135,208,186); }
div.DivClassName
{
background-color: #87D0BA;
}
.BgClassName
{
background-color: #87D0BA;
}
</style>
border-color css
<style>
span { border-color: #87D0BA; }
span { border-color: rgb(135,208,186); }
td.TdClassName
{
border-color: #87D0BA;
}
.TagClassName
{
border-color: #87D0BA;
}
</style>