Shades of Bermuda #87D0C0
Tints of Bermuda #87D0C0
RGB
CMYK
RGB Variations
Color information
#87D0C0 (or 0x87D0C0) is known color: Bermuda. HEX triplet: 87, D0 and C0. RGB value is (135,208,192). Sum of RGB (Red+Green+Blue) = 135+208+192=535 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.23% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #87D0C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D0C0 is #782F3F. Grayscale: #B8B8B8. Windows color (decimal): -7876416 or 12636295. OLE color: 12636295.
HSL color Cylindrical-coordinate representation of color #87D0C0: hue angle of 166.85º 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 #87D0C0 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 208 | 192 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.18 |
| HSL | 166.85º | 0.44% | 0.67% | - |
| HSV(B) | 166.85º | 0.35% | 0.82% | - |
| XYZ | 42.06 | 54.07 | 58.09 | - |
| YUV | 184.35 | 132.32 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 208 | 192 | 0.35 | 0 | 0.08 | 0.18 | 166.85 | 0.44 | 0.67 |
| Hex | 87 | D0 | C0 | 23 | 0 | 8 | 12 | A7 | 2C | 43 |
| Octal | 207 | 320 | 300 | 43 | 0 | 10 | 22 | 247 | 54 | 103 |
| Binary | 10000111 | 11010000 | 11000000 | 100011 | 0 | 1000 | 10010 | 10100111 | 101100 | 1000011 |
Color Harmonies of #87D0C0
Complementary color
Monochromatic Colors of #87D0C0
Black with #87D0C0
Text Example
Text Example
White with #87D0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D0C0; }
p { color: rgb(135,208,192); }
H1.HeaderClassName
{
color: #87D0C0;
}
.AnyTagClassName
{
color: #87D0C0;
}
</style>
background-color css
<style>
a { background-color: #87D0C0; }
a { background-color: rgb(135,208,192); }
div.DivClassName
{
background-color: #87D0C0;
}
.BgClassName
{
background-color: #87D0C0;
}
</style>
border-color css
<style>
span { border-color: #87D0C0; }
span { border-color: rgb(135,208,192); }
td.TdClassName
{
border-color: #87D0C0;
}
.TagClassName
{
border-color: #87D0C0;
}
</style>