Shades of Bermuda #8ECBBD
Tints of Bermuda #8ECBBD
RGB
CMYK
RGB Variations
Color information
#8ECBBD (or 0x8ECBBD) is known color: Bermuda. HEX triplet: 8E, CB and BD. RGB value is (142,203,189). Sum of RGB (Red+Green+Blue) = 142+203+189=534 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.59% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECBBD is #713442. Grayscale: #B7B7B7. Windows color (decimal): -7418947 or 12438414. OLE color: 12438414.
HSL color Cylindrical-coordinate representation of color #8ECBBD: hue angle of 166.23º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECBBD is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 203 | 189 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.20 |
| HSL | 166.23º | 0.37% | 0.68% | - |
| HSV(B) | 166.23º | 0.3% | 0.8% | - |
| XYZ | 41.7 | 52.14 | 56.01 | - |
| YUV | 183.17 | 131.29 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 203 | 189 | 0.30 | 0 | 0.07 | 0.20 | 166.23 | 0.37 | 0.68 |
| Hex | 8E | CB | BD | 1E | 0 | 7 | 14 | A6 | 25 | 44 |
| Octal | 216 | 313 | 275 | 36 | 0 | 7 | 24 | 246 | 45 | 104 |
| Binary | 10001110 | 11001011 | 10111101 | 11110 | 0 | 111 | 10100 | 10100110 | 100101 | 1000100 |
Color Harmonies of #8ECBBD
Complementary color
Monochromatic Colors of #8ECBBD
Black with #8ECBBD
Text Example
Text Example
White with #8ECBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECBBD; }
p { color: rgb(142,203,189); }
H1.HeaderClassName
{
color: #8ECBBD;
}
.AnyTagClassName
{
color: #8ECBBD;
}
</style>
background-color css
<style>
a { background-color: #8ECBBD; }
a { background-color: rgb(142,203,189); }
div.DivClassName
{
background-color: #8ECBBD;
}
.BgClassName
{
background-color: #8ECBBD;
}
</style>
border-color css
<style>
span { border-color: #8ECBBD; }
span { border-color: rgb(142,203,189); }
td.TdClassName
{
border-color: #8ECBBD;
}
.TagClassName
{
border-color: #8ECBBD;
}
</style>