Shades of Bermuda #8ECCBE
Tints of Bermuda #8ECCBE
RGB
CMYK
RGB Variations
Color information
#8ECCBE (or 0x8ECCBE) is known color: Bermuda. HEX triplet: 8E, CC and BE. RGB value is (142,204,190). Sum of RGB (Red+Green+Blue) = 142+204+190=536 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.49% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECCBE is #713341. Grayscale: #B7B7B7. Windows color (decimal): -7418690 or 12504206. OLE color: 12504206.
HSL color Cylindrical-coordinate representation of color #8ECCBE: hue angle of 166.45º 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 #8ECCBE is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 204 | 190 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.2 |
| HSL | 166.45º | 0.38% | 0.68% | - |
| HSV(B) | 166.45º | 0.3% | 0.8% | - |
| XYZ | 42.04 | 52.65 | 56.66 | - |
| YUV | 183.87 | 131.46 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 204 | 190 | 0.30 | 0 | 0.07 | 0.2 | 166.45 | 0.38 | 0.68 |
| Hex | 8E | CC | BE | 1E | 0 | 7 | 14 | A6 | 26 | 44 |
| Octal | 216 | 314 | 276 | 36 | 0 | 7 | 24 | 246 | 46 | 104 |
| Binary | 10001110 | 11001100 | 10111110 | 11110 | 0 | 111 | 10100 | 10100110 | 100110 | 1000100 |
Color Harmonies of #8ECCBE
Complementary color
Monochromatic Colors of #8ECCBE
Black with #8ECCBE
Text Example
Text Example
White with #8ECCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECCBE; }
p { color: rgb(142,204,190); }
H1.HeaderClassName
{
color: #8ECCBE;
}
.AnyTagClassName
{
color: #8ECCBE;
}
</style>
background-color css
<style>
a { background-color: #8ECCBE; }
a { background-color: rgb(142,204,190); }
div.DivClassName
{
background-color: #8ECCBE;
}
.BgClassName
{
background-color: #8ECCBE;
}
</style>
border-color css
<style>
span { border-color: #8ECCBE; }
span { border-color: rgb(142,204,190); }
td.TdClassName
{
border-color: #8ECCBE;
}
.TagClassName
{
border-color: #8ECCBE;
}
</style>