Shades of Bermuda #8ECBBC
Tints of Bermuda #8ECBBC
RGB
CMYK
RGB Variations
Color information
#8ECBBC (or 0x8ECBBC) is known color: Bermuda. HEX triplet: 8E, CB and BC. RGB value is (142,203,188). Sum of RGB (Red+Green+Blue) = 142+203+188=533 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.64% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECBBC is #713443. Grayscale: #B7B7B7. Windows color (decimal): -7418948 or 12372878. OLE color: 12372878.
HSL color Cylindrical-coordinate representation of color #8ECBBC: hue angle of 165.25º 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 #8ECBBC is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 203 | 188 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.20 |
| HSL | 165.25º | 0.37% | 0.68% | - |
| HSV(B) | 165.25º | 0.3% | 0.8% | - |
| XYZ | 41.59 | 52.09 | 55.44 | - |
| YUV | 183.05 | 130.79 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 203 | 188 | 0.30 | 0 | 0.07 | 0.20 | 165.25 | 0.37 | 0.68 |
| Hex | 8E | CB | BC | 1E | 0 | 7 | 14 | A5 | 25 | 44 |
| Octal | 216 | 313 | 274 | 36 | 0 | 7 | 24 | 245 | 45 | 104 |
| Binary | 10001110 | 11001011 | 10111100 | 11110 | 0 | 111 | 10100 | 10100101 | 100101 | 1000100 |
Color Harmonies of #8ECBBC
Complementary color
Monochromatic Colors of #8ECBBC
Black with #8ECBBC
Text Example
Text Example
White with #8ECBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECBBC; }
p { color: rgb(142,203,188); }
H1.HeaderClassName
{
color: #8ECBBC;
}
.AnyTagClassName
{
color: #8ECBBC;
}
</style>
background-color css
<style>
a { background-color: #8ECBBC; }
a { background-color: rgb(142,203,188); }
div.DivClassName
{
background-color: #8ECBBC;
}
.BgClassName
{
background-color: #8ECBBC;
}
</style>
border-color css
<style>
span { border-color: #8ECBBC; }
span { border-color: rgb(142,203,188); }
td.TdClassName
{
border-color: #8ECBBC;
}
.TagClassName
{
border-color: #8ECBBC;
}
</style>