Shades of Bermuda #8ECCBB
Tints of Bermuda #8ECCBB
RGB
CMYK
RGB Variations
Color information
#8ECCBB (or 0x8ECCBB) is known color: Bermuda. HEX triplet: 8E, CC and BB. RGB value is (142,204,187). Sum of RGB (Red+Green+Blue) = 142+204+187=533 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.64% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECCBB is #713344. Grayscale: #B7B7B7. Windows color (decimal): -7418693 or 12307598. OLE color: 12307598.
HSL color Cylindrical-coordinate representation of color #8ECCBB: hue angle of 163.55º degrees, saturation: 0.38, 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 #8ECCBB is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 204 | 187 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.2 |
| HSL | 163.55º | 0.38% | 0.68% | - |
| HSV(B) | 163.55º | 0.3% | 0.8% | - |
| XYZ | 41.72 | 52.52 | 54.95 | - |
| YUV | 183.52 | 129.96 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 204 | 187 | 0.30 | 0 | 0.08 | 0.2 | 163.55 | 0.38 | 0.68 |
| Hex | 8E | CC | BB | 1E | 0 | 8 | 14 | A4 | 26 | 44 |
| Octal | 216 | 314 | 273 | 36 | 0 | 10 | 24 | 244 | 46 | 104 |
| Binary | 10001110 | 11001100 | 10111011 | 11110 | 0 | 1000 | 10100 | 10100100 | 100110 | 1000100 |
Color Harmonies of #8ECCBB
Complementary color
Monochromatic Colors of #8ECCBB
Black with #8ECCBB
Text Example
Text Example
White with #8ECCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECCBB; }
p { color: rgb(142,204,187); }
H1.HeaderClassName
{
color: #8ECCBB;
}
.AnyTagClassName
{
color: #8ECCBB;
}
</style>
background-color css
<style>
a { background-color: #8ECCBB; }
a { background-color: rgb(142,204,187); }
div.DivClassName
{
background-color: #8ECCBB;
}
.BgClassName
{
background-color: #8ECCBB;
}
</style>
border-color css
<style>
span { border-color: #8ECCBB; }
span { border-color: rgb(142,204,187); }
td.TdClassName
{
border-color: #8ECCBB;
}
.TagClassName
{
border-color: #8ECCBB;
}
</style>