Shades of Bermuda #87D3C0
Tints of Bermuda #87D3C0
RGB
CMYK
RGB Variations
Color information
#87D3C0 (or 0x87D3C0) is known color: Bermuda. HEX triplet: 87, D3 and C0. RGB value is (135,211,192). Sum of RGB (Red+Green+Blue) = 135+211+192=538 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.09% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 211 - color contains mainly: green. Hex color #87D3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D3C0 is #782C3F. Grayscale: #BABABA. Windows color (decimal): -7875648 or 12637063. OLE color: 12637063.
HSL color Cylindrical-coordinate representation of color #87D3C0: hue angle of 165º degrees, saturation: 0.46, 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 #87D3C0 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 135 | 211 | 192 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.17 |
| HSL | 165º | 0.46% | 0.68% | - |
| HSV(B) | 165º | 0.36% | 0.83% | - |
| XYZ | 42.8 | 55.55 | 58.33 | - |
| YUV | 186.11 | 131.32 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 211 | 192 | 0.36 | 0 | 0.09 | 0.17 | 165 | 0.46 | 0.68 |
| Hex | 87 | D3 | C0 | 24 | 0 | 9 | 11 | A5 | 2E | 44 |
| Octal | 207 | 323 | 300 | 44 | 0 | 11 | 21 | 245 | 56 | 104 |
| Binary | 10000111 | 11010011 | 11000000 | 100100 | 0 | 1001 | 10001 | 10100101 | 101110 | 1000100 |
Color Harmonies of #87D3C0
Complementary color
Monochromatic Colors of #87D3C0
Black with #87D3C0
Text Example
Text Example
White with #87D3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D3C0; }
p { color: rgb(135,211,192); }
H1.HeaderClassName
{
color: #87D3C0;
}
.AnyTagClassName
{
color: #87D3C0;
}
</style>
background-color css
<style>
a { background-color: #87D3C0; }
a { background-color: rgb(135,211,192); }
div.DivClassName
{
background-color: #87D3C0;
}
.BgClassName
{
background-color: #87D3C0;
}
</style>
border-color css
<style>
span { border-color: #87D3C0; }
span { border-color: rgb(135,211,192); }
td.TdClassName
{
border-color: #87D3C0;
}
.TagClassName
{
border-color: #87D3C0;
}
</style>