Shades of Bermuda #8ECEBA
Tints of Bermuda #8ECEBA
RGB
CMYK
RGB Variations
Color information
#8ECEBA (or 0x8ECEBA) is known color: Bermuda. HEX triplet: 8E, CE and BA. RGB value is (142,206,186). Sum of RGB (Red+Green+Blue) = 142+206+186=534 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.59% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECEBA is #713145. Grayscale: #B8B8B8. Windows color (decimal): -7418182 or 12242574. OLE color: 12242574.
HSL color Cylindrical-coordinate representation of color #8ECEBA: hue angle of 161.25º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECEBA is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 186 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.19 |
| HSL | 161.25º | 0.4% | 0.68% | - |
| HSV(B) | 161.25º | 0.31% | 0.81% | - |
| XYZ | 42.09 | 53.44 | 54.55 | - |
| YUV | 184.58 | 128.8 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 186 | 0.31 | 0 | 0.10 | 0.19 | 161.25 | 0.4 | 0.68 |
| Hex | 8E | CE | BA | 1F | 0 | A | 13 | A1 | 28 | 44 |
| Octal | 216 | 316 | 272 | 37 | 0 | 12 | 23 | 241 | 50 | 104 |
| Binary | 10001110 | 11001110 | 10111010 | 11111 | 0 | 1010 | 10011 | 10100001 | 101000 | 1000100 |
Color Harmonies of #8ECEBA
Complementary color
Monochromatic Colors of #8ECEBA
Black with #8ECEBA
Text Example
Text Example
White with #8ECEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECEBA; }
p { color: rgb(142,206,186); }
H1.HeaderClassName
{
color: #8ECEBA;
}
.AnyTagClassName
{
color: #8ECEBA;
}
</style>
background-color css
<style>
a { background-color: #8ECEBA; }
a { background-color: rgb(142,206,186); }
div.DivClassName
{
background-color: #8ECEBA;
}
.BgClassName
{
background-color: #8ECEBA;
}
</style>
border-color css
<style>
span { border-color: #8ECEBA; }
span { border-color: rgb(142,206,186); }
td.TdClassName
{
border-color: #8ECEBA;
}
.TagClassName
{
border-color: #8ECEBA;
}
</style>