Shades of Bermuda #8ECCC9
Tints of Bermuda #8ECCC9
RGB
CMYK
RGB Variations
Color information
#8ECCC9 (or 0x8ECCC9) is known color: Bermuda. HEX triplet: 8E, CC and C9. RGB value is (142,204,201). Sum of RGB (Red+Green+Blue) = 142+204+201=547 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.96% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECCC9 is #713336. Grayscale: #B9B9B9. Windows color (decimal): -7418679 or 13225102. OLE color: 13225102.
HSL color Cylindrical-coordinate representation of color #8ECCC9: hue angle of 177.1º degrees, saturation: 0.38, 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 #8ECCC9 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 204 | 201 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.2 |
| HSL | 177.1º | 0.38% | 0.68% | - |
| HSV(B) | 177.1º | 0.3% | 0.8% | - |
| XYZ | 43.29 | 53.15 | 63.24 | - |
| YUV | 185.12 | 136.96 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 204 | 201 | 0.30 | 0 | 0.01 | 0.2 | 177.1 | 0.38 | 0.68 |
| Hex | 8E | CC | C9 | 1E | 0 | 1 | 14 | B1 | 26 | 44 |
| Octal | 216 | 314 | 311 | 36 | 0 | 1 | 24 | 261 | 46 | 104 |
| Binary | 10001110 | 11001100 | 11001001 | 11110 | 0 | 1 | 10100 | 10110001 | 100110 | 1000100 |
Color Harmonies of #8ECCC9
Complementary color
Monochromatic Colors of #8ECCC9
Black with #8ECCC9
Text Example
Text Example
White with #8ECCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECCC9; }
p { color: rgb(142,204,201); }
H1.HeaderClassName
{
color: #8ECCC9;
}
.AnyTagClassName
{
color: #8ECCC9;
}
</style>
background-color css
<style>
a { background-color: #8ECCC9; }
a { background-color: rgb(142,204,201); }
div.DivClassName
{
background-color: #8ECCC9;
}
.BgClassName
{
background-color: #8ECCC9;
}
</style>
border-color css
<style>
span { border-color: #8ECCC9; }
span { border-color: rgb(142,204,201); }
td.TdClassName
{
border-color: #8ECCC9;
}
.TagClassName
{
border-color: #8ECCC9;
}
</style>