Shades of Bermuda #87C8B8
Tints of Bermuda #87C8B8
RGB
CMYK
RGB Variations
Color information
#87C8B8 (or 0x87C8B8) is known color: Bermuda. HEX triplet: 87, C8 and B8. RGB value is (135,200,184). Sum of RGB (Red+Green+Blue) = 135+200+184=519 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.01% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 200 - color contains mainly: green. Hex color #87C8B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C8B8 is #783747. Grayscale: #B2B2B2. Windows color (decimal): -7878472 or 12109959. OLE color: 12109959.
HSL color Cylindrical-coordinate representation of color #87C8B8: hue angle of 165.23º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #87C8B8 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 135 | 200 | 184 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.22 |
| HSL | 165.23º | 0.37% | 0.66% | - |
| HSV(B) | 165.23º | 0.33% | 0.78% | - |
| XYZ | 39.3 | 49.92 | 52.91 | - |
| YUV | 178.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 200 | 184 | 0.32 | 0 | 0.08 | 0.22 | 165.23 | 0.37 | 0.66 |
| Hex | 87 | C8 | B8 | 20 | 0 | 8 | 16 | A5 | 25 | 42 |
| Octal | 207 | 310 | 270 | 40 | 0 | 10 | 26 | 245 | 45 | 102 |
| Binary | 10000111 | 11001000 | 10111000 | 100000 | 0 | 1000 | 10110 | 10100101 | 100101 | 1000010 |
Color Harmonies of #87C8B8
Complementary color
Monochromatic Colors of #87C8B8
Black with #87C8B8
Text Example
Text Example
White with #87C8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C8B8; }
p { color: rgb(135,200,184); }
H1.HeaderClassName
{
color: #87C8B8;
}
.AnyTagClassName
{
color: #87C8B8;
}
</style>
background-color css
<style>
a { background-color: #87C8B8; }
a { background-color: rgb(135,200,184); }
div.DivClassName
{
background-color: #87C8B8;
}
.BgClassName
{
background-color: #87C8B8;
}
</style>
border-color css
<style>
span { border-color: #87C8B8; }
span { border-color: rgb(135,200,184); }
td.TdClassName
{
border-color: #87C8B8;
}
.TagClassName
{
border-color: #87C8B8;
}
</style>