Shades of Bermuda #87DCBC
Tints of Bermuda #87DCBC
RGB
CMYK
RGB Variations
Color information
#87DCBC (or 0x87DCBC) is known color: Bermuda. HEX triplet: 87, DC and BC. RGB value is (135,220,188). Sum of RGB (Red+Green+Blue) = 135+220+188=543 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.86% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #87DCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DCBC is #782343. Grayscale: #BEBEBE. Windows color (decimal): -7873348 or 12377223. OLE color: 12377223.
HSL color Cylindrical-coordinate representation of color #87DCBC: hue angle of 157.41º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87DCBC is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 220 | 188 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.14 |
| HSL | 157.41º | 0.55% | 0.7% | - |
| HSV(B) | 157.41º | 0.39% | 0.86% | - |
| XYZ | 44.66 | 59.97 | 56.8 | - |
| YUV | 190.94 | 126.34 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 220 | 188 | 0.39 | 0 | 0.15 | 0.14 | 157.41 | 0.55 | 0.7 |
| Hex | 87 | DC | BC | 27 | 0 | F | E | 9D | 37 | 46 |
| Octal | 207 | 334 | 274 | 47 | 0 | 17 | 16 | 235 | 67 | 106 |
| Binary | 10000111 | 11011100 | 10111100 | 100111 | 0 | 1111 | 1110 | 10011101 | 110111 | 1000110 |
Color Harmonies of #87DCBC
Complementary color
Monochromatic Colors of #87DCBC
Black with #87DCBC
Text Example
Text Example
White with #87DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DCBC; }
p { color: rgb(135,220,188); }
H1.HeaderClassName
{
color: #87DCBC;
}
.AnyTagClassName
{
color: #87DCBC;
}
</style>
background-color css
<style>
a { background-color: #87DCBC; }
a { background-color: rgb(135,220,188); }
div.DivClassName
{
background-color: #87DCBC;
}
.BgClassName
{
background-color: #87DCBC;
}
</style>
border-color css
<style>
span { border-color: #87DCBC; }
span { border-color: rgb(135,220,188); }
td.TdClassName
{
border-color: #87DCBC;
}
.TagClassName
{
border-color: #87DCBC;
}
</style>