Shades of Bermuda #87D5C4
Tints of Bermuda #87D5C4
RGB
CMYK
RGB Variations
Color information
#87D5C4 (or 0x87D5C4) is known color: Bermuda. HEX triplet: 87, D5 and C4. RGB value is (135,213,196). Sum of RGB (Red+Green+Blue) = 135+213+196=544 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.82% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 213 - color contains mainly: green. Hex color #87D5C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D5C4 is #782A3B. Grayscale: #BBBBBB. Windows color (decimal): -7875132 or 12899719. OLE color: 12899719.
HSL color Cylindrical-coordinate representation of color #87D5C4: hue angle of 166.92º 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 #87D5C4 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 213 | 196 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.16 |
| HSL | 166.92º | 0.48% | 0.68% | - |
| HSV(B) | 166.92º | 0.37% | 0.84% | - |
| XYZ | 43.75 | 56.72 | 60.87 | - |
| YUV | 187.74 | 132.66 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 213 | 196 | 0.37 | 0 | 0.08 | 0.16 | 166.92 | 0.48 | 0.68 |
| Hex | 87 | D5 | C4 | 25 | 0 | 8 | 10 | A7 | 30 | 44 |
| Octal | 207 | 325 | 304 | 45 | 0 | 10 | 20 | 247 | 60 | 104 |
| Binary | 10000111 | 11010101 | 11000100 | 100101 | 0 | 1000 | 10000 | 10100111 | 110000 | 1000100 |
Color Harmonies of #87D5C4
Complementary color
Monochromatic Colors of #87D5C4
Black with #87D5C4
Text Example
Text Example
White with #87D5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D5C4; }
p { color: rgb(135,213,196); }
H1.HeaderClassName
{
color: #87D5C4;
}
.AnyTagClassName
{
color: #87D5C4;
}
</style>
background-color css
<style>
a { background-color: #87D5C4; }
a { background-color: rgb(135,213,196); }
div.DivClassName
{
background-color: #87D5C4;
}
.BgClassName
{
background-color: #87D5C4;
}
</style>
border-color css
<style>
span { border-color: #87D5C4; }
span { border-color: rgb(135,213,196); }
td.TdClassName
{
border-color: #87D5C4;
}
.TagClassName
{
border-color: #87D5C4;
}
</style>