Shades of Bermuda #8ECBC0
Tints of Bermuda #8ECBC0
RGB
CMYK
RGB Variations
Color information
#8ECBC0 (or 0x8ECBC0) is known color: Bermuda. HEX triplet: 8E, CB and C0. RGB value is (142,203,192). Sum of RGB (Red+Green+Blue) = 142+203+192=537 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.44% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECBC0 is #71343F. Grayscale: #B7B7B7. Windows color (decimal): -7418944 or 12635022. OLE color: 12635022.
HSL color Cylindrical-coordinate representation of color #8ECBC0: hue angle of 169.18º 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 #8ECBC0 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 203 | 192 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.20 |
| HSL | 169.18º | 0.37% | 0.68% | - |
| HSV(B) | 169.18º | 0.3% | 0.8% | - |
| XYZ | 42.03 | 52.27 | 57.74 | - |
| YUV | 183.51 | 132.79 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 203 | 192 | 0.30 | 0 | 0.05 | 0.20 | 169.18 | 0.37 | 0.68 |
| Hex | 8E | CB | C0 | 1E | 0 | 5 | 14 | A9 | 25 | 44 |
| Octal | 216 | 313 | 300 | 36 | 0 | 5 | 24 | 251 | 45 | 104 |
| Binary | 10001110 | 11001011 | 11000000 | 11110 | 0 | 101 | 10100 | 10101001 | 100101 | 1000100 |
Color Harmonies of #8ECBC0
Complementary color
Monochromatic Colors of #8ECBC0
Black with #8ECBC0
Text Example
Text Example
White with #8ECBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECBC0; }
p { color: rgb(142,203,192); }
H1.HeaderClassName
{
color: #8ECBC0;
}
.AnyTagClassName
{
color: #8ECBC0;
}
</style>
background-color css
<style>
a { background-color: #8ECBC0; }
a { background-color: rgb(142,203,192); }
div.DivClassName
{
background-color: #8ECBC0;
}
.BgClassName
{
background-color: #8ECBC0;
}
</style>
border-color css
<style>
span { border-color: #8ECBC0; }
span { border-color: rgb(142,203,192); }
td.TdClassName
{
border-color: #8ECBC0;
}
.TagClassName
{
border-color: #8ECBC0;
}
</style>