Shades of Bermuda #8ECABC
Tints of Bermuda #8ECABC
RGB
CMYK
RGB Variations
Color information
#8ECABC (or 0x8ECABC) is known color: Bermuda. HEX triplet: 8E, CA and BC. RGB value is (142,202,188). Sum of RGB (Red+Green+Blue) = 142+202+188=532 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.69% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECABC is #713543. Grayscale: #B6B6B6. Windows color (decimal): -7419204 or 12372622. OLE color: 12372622.
HSL color Cylindrical-coordinate representation of color #8ECABC: hue angle of 166º 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 #8ECABC is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 202 | 188 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.21 |
| HSL | 166º | 0.36% | 0.67% | - |
| HSV(B) | 166º | 0.3% | 0.79% | - |
| XYZ | 41.35 | 51.62 | 55.36 | - |
| YUV | 182.46 | 131.12 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 202 | 188 | 0.30 | 0 | 0.07 | 0.21 | 166 | 0.36 | 0.67 |
| Hex | 8E | CA | BC | 1E | 0 | 7 | 15 | A6 | 24 | 43 |
| Octal | 216 | 312 | 274 | 36 | 0 | 7 | 25 | 246 | 44 | 103 |
| Binary | 10001110 | 11001010 | 10111100 | 11110 | 0 | 111 | 10101 | 10100110 | 100100 | 1000011 |
Color Harmonies of #8ECABC
Complementary color
Monochromatic Colors of #8ECABC
Black with #8ECABC
Text Example
Text Example
White with #8ECABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECABC; }
p { color: rgb(142,202,188); }
H1.HeaderClassName
{
color: #8ECABC;
}
.AnyTagClassName
{
color: #8ECABC;
}
</style>
background-color css
<style>
a { background-color: #8ECABC; }
a { background-color: rgb(142,202,188); }
div.DivClassName
{
background-color: #8ECABC;
}
.BgClassName
{
background-color: #8ECABC;
}
</style>
border-color css
<style>
span { border-color: #8ECABC; }
span { border-color: rgb(142,202,188); }
td.TdClassName
{
border-color: #8ECABC;
}
.TagClassName
{
border-color: #8ECABC;
}
</style>