Shades of Bermuda #8ECABD
Tints of Bermuda #8ECABD
RGB
CMYK
RGB Variations
Color information
#8ECABD (or 0x8ECABD) is known color: Bermuda. HEX triplet: 8E, CA and BD. RGB value is (142,202,189). Sum of RGB (Red+Green+Blue) = 142+202+189=533 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.64% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECABD is #713542. Grayscale: #B6B6B6. Windows color (decimal): -7419203 or 12438158. OLE color: 12438158.
HSL color Cylindrical-coordinate representation of color #8ECABD: hue angle of 167º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECABD is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 202 | 189 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.21 |
| HSL | 167º | 0.36% | 0.67% | - |
| HSV(B) | 167º | 0.3% | 0.79% | - |
| XYZ | 41.46 | 51.67 | 55.93 | - |
| YUV | 182.58 | 131.62 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 202 | 189 | 0.30 | 0 | 0.06 | 0.21 | 167 | 0.36 | 0.67 |
| Hex | 8E | CA | BD | 1E | 0 | 6 | 15 | A7 | 24 | 43 |
| Octal | 216 | 312 | 275 | 36 | 0 | 6 | 25 | 247 | 44 | 103 |
| Binary | 10001110 | 11001010 | 10111101 | 11110 | 0 | 110 | 10101 | 10100111 | 100100 | 1000011 |
Color Harmonies of #8ECABD
Complementary color
Monochromatic Colors of #8ECABD
Black with #8ECABD
Text Example
Text Example
White with #8ECABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECABD; }
p { color: rgb(142,202,189); }
H1.HeaderClassName
{
color: #8ECABD;
}
.AnyTagClassName
{
color: #8ECABD;
}
</style>
background-color css
<style>
a { background-color: #8ECABD; }
a { background-color: rgb(142,202,189); }
div.DivClassName
{
background-color: #8ECABD;
}
.BgClassName
{
background-color: #8ECABD;
}
</style>
border-color css
<style>
span { border-color: #8ECABD; }
span { border-color: rgb(142,202,189); }
td.TdClassName
{
border-color: #8ECABD;
}
.TagClassName
{
border-color: #8ECABD;
}
</style>