Shades of Bermuda #87D4BA
Tints of Bermuda #87D4BA
RGB
CMYK
RGB Variations
Color information
#87D4BA (or 0x87D4BA) is known color: Bermuda. HEX triplet: 87, D4 and BA. RGB value is (135,212,186). Sum of RGB (Red+Green+Blue) = 135+212+186=533 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.33% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 212 - color contains mainly: green. Hex color #87D4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D4BA is #782B45. Grayscale: #BABABA. Windows color (decimal): -7875398 or 12244103. OLE color: 12244103.
HSL color Cylindrical-coordinate representation of color #87D4BA: hue angle of 159.74º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87D4BA is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 135 | 212 | 186 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.17 |
| HSL | 159.74º | 0.47% | 0.68% | - |
| HSV(B) | 159.74º | 0.36% | 0.83% | - |
| XYZ | 42.4 | 55.78 | 54.99 | - |
| YUV | 186.01 | 127.99 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 212 | 186 | 0.36 | 0 | 0.12 | 0.17 | 159.74 | 0.47 | 0.68 |
| Hex | 87 | D4 | BA | 24 | 0 | C | 11 | A0 | 2F | 44 |
| Octal | 207 | 324 | 272 | 44 | 0 | 14 | 21 | 240 | 57 | 104 |
| Binary | 10000111 | 11010100 | 10111010 | 100100 | 0 | 1100 | 10001 | 10100000 | 101111 | 1000100 |
Color Harmonies of #87D4BA
Complementary color
Monochromatic Colors of #87D4BA
Black with #87D4BA
Text Example
Text Example
White with #87D4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D4BA; }
p { color: rgb(135,212,186); }
H1.HeaderClassName
{
color: #87D4BA;
}
.AnyTagClassName
{
color: #87D4BA;
}
</style>
background-color css
<style>
a { background-color: #87D4BA; }
a { background-color: rgb(135,212,186); }
div.DivClassName
{
background-color: #87D4BA;
}
.BgClassName
{
background-color: #87D4BA;
}
</style>
border-color css
<style>
span { border-color: #87D4BA; }
span { border-color: rgb(135,212,186); }
td.TdClassName
{
border-color: #87D4BA;
}
.TagClassName
{
border-color: #87D4BA;
}
</style>