Shades of Bermuda #87D5C5
Tints of Bermuda #87D5C5
RGB
CMYK
RGB Variations
Color information
#87D5C5 (or 0x87D5C5) is known color: Bermuda. HEX triplet: 87, D5 and C5. RGB value is (135,213,197). Sum of RGB (Red+Green+Blue) = 135+213+197=545 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.77% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #87D5C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D5C5 is #782A3A. Grayscale: #BBBBBB. Windows color (decimal): -7875131 or 12965255. OLE color: 12965255.
HSL color Cylindrical-coordinate representation of color #87D5C5: hue angle of 167.69º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87D5C5 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 213 | 197 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.16 |
| HSL | 167.69º | 0.48% | 0.68% | - |
| HSV(B) | 167.69º | 0.37% | 0.84% | - |
| XYZ | 43.86 | 56.77 | 61.47 | - |
| YUV | 187.85 | 133.16 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 213 | 197 | 0.37 | 0 | 0.08 | 0.16 | 167.69 | 0.48 | 0.68 |
| Hex | 87 | D5 | C5 | 25 | 0 | 8 | 10 | A8 | 30 | 44 |
| Octal | 207 | 325 | 305 | 45 | 0 | 10 | 20 | 250 | 60 | 104 |
| Binary | 10000111 | 11010101 | 11000101 | 100101 | 0 | 1000 | 10000 | 10101000 | 110000 | 1000100 |
Color Harmonies of #87D5C5
Complementary color
Monochromatic Colors of #87D5C5
Black with #87D5C5
Text Example
Text Example
White with #87D5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D5C5; }
p { color: rgb(135,213,197); }
H1.HeaderClassName
{
color: #87D5C5;
}
.AnyTagClassName
{
color: #87D5C5;
}
</style>
background-color css
<style>
a { background-color: #87D5C5; }
a { background-color: rgb(135,213,197); }
div.DivClassName
{
background-color: #87D5C5;
}
.BgClassName
{
background-color: #87D5C5;
}
</style>
border-color css
<style>
span { border-color: #87D5C5; }
span { border-color: rgb(135,213,197); }
td.TdClassName
{
border-color: #87D5C5;
}
.TagClassName
{
border-color: #87D5C5;
}
</style>