Shades of Bermuda #8ECAC0
Tints of Bermuda #8ECAC0
RGB
CMYK
RGB Variations
Color information
#8ECAC0 (or 0x8ECAC0) is known color: Bermuda. HEX triplet: 8E, CA and C0. RGB value is (142,202,192). Sum of RGB (Red+Green+Blue) = 142+202+192=536 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.49% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECAC0 is #71353F. Grayscale: #B6B6B6. Windows color (decimal): -7419200 or 12634766. OLE color: 12634766.
HSL color Cylindrical-coordinate representation of color #8ECAC0: hue angle of 170º 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 #8ECAC0 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 202 | 192 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.21 |
| HSL | 170º | 0.36% | 0.67% | - |
| HSV(B) | 170º | 0.3% | 0.79% | - |
| XYZ | 41.79 | 51.8 | 57.66 | - |
| YUV | 182.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 202 | 192 | 0.30 | 0 | 0.05 | 0.21 | 170 | 0.36 | 0.67 |
| Hex | 8E | CA | C0 | 1E | 0 | 5 | 15 | AA | 24 | 43 |
| Octal | 216 | 312 | 300 | 36 | 0 | 5 | 25 | 252 | 44 | 103 |
| Binary | 10001110 | 11001010 | 11000000 | 11110 | 0 | 101 | 10101 | 10101010 | 100100 | 1000011 |
Color Harmonies of #8ECAC0
Complementary color
Monochromatic Colors of #8ECAC0
Black with #8ECAC0
Text Example
Text Example
White with #8ECAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECAC0; }
p { color: rgb(142,202,192); }
H1.HeaderClassName
{
color: #8ECAC0;
}
.AnyTagClassName
{
color: #8ECAC0;
}
</style>
background-color css
<style>
a { background-color: #8ECAC0; }
a { background-color: rgb(142,202,192); }
div.DivClassName
{
background-color: #8ECAC0;
}
.BgClassName
{
background-color: #8ECAC0;
}
</style>
border-color css
<style>
span { border-color: #8ECAC0; }
span { border-color: rgb(142,202,192); }
td.TdClassName
{
border-color: #8ECAC0;
}
.TagClassName
{
border-color: #8ECAC0;
}
</style>