Shades of Bermuda #8ECEC3
Tints of Bermuda #8ECEC3
RGB
CMYK
RGB Variations
Color information
#8ECEC3 (or 0x8ECEC3) is known color: Bermuda. HEX triplet: 8E, CE and C3. RGB value is (142,206,195). Sum of RGB (Red+Green+Blue) = 142+206+195=543 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.15% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 195 (76.56% from 255 or 35.91% from 543); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECEC3 is #71313C. Grayscale: #B9B9B9. Windows color (decimal): -7418173 or 12832398. OLE color: 12832398.
HSL color Cylindrical-coordinate representation of color #8ECEC3: hue angle of 169.69º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECEC3 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 195 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.19 |
| HSL | 169.69º | 0.4% | 0.68% | - |
| HSV(B) | 169.69º | 0.31% | 0.81% | - |
| XYZ | 43.08 | 53.83 | 59.75 | - |
| YUV | 185.61 | 133.3 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 195 | 0.31 | 0 | 0.05 | 0.19 | 169.69 | 0.4 | 0.68 |
| Hex | 8E | CE | C3 | 1F | 0 | 5 | 13 | AA | 28 | 44 |
| Octal | 216 | 316 | 303 | 37 | 0 | 5 | 23 | 252 | 50 | 104 |
| Binary | 10001110 | 11001110 | 11000011 | 11111 | 0 | 101 | 10011 | 10101010 | 101000 | 1000100 |
Color Harmonies of #8ECEC3
Complementary color
Monochromatic Colors of #8ECEC3
Black with #8ECEC3
Text Example
Text Example
White with #8ECEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECEC3; }
p { color: rgb(142,206,195); }
H1.HeaderClassName
{
color: #8ECEC3;
}
.AnyTagClassName
{
color: #8ECEC3;
}
</style>
background-color css
<style>
a { background-color: #8ECEC3; }
a { background-color: rgb(142,206,195); }
div.DivClassName
{
background-color: #8ECEC3;
}
.BgClassName
{
background-color: #8ECEC3;
}
</style>
border-color css
<style>
span { border-color: #8ECEC3; }
span { border-color: rgb(142,206,195); }
td.TdClassName
{
border-color: #8ECEC3;
}
.TagClassName
{
border-color: #8ECEC3;
}
</style>