Shades of Bermuda #8ECCC5
Tints of Bermuda #8ECCC5
RGB
CMYK
RGB Variations
Color information
#8ECCC5 (or 0x8ECCC5) is known color: Bermuda. HEX triplet: 8E, CC and C5. RGB value is (142,204,197). Sum of RGB (Red+Green+Blue) = 142+204+197=543 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.15% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECCC5 is #71333A. Grayscale: #B8B8B8. Windows color (decimal): -7418683 or 12962958. OLE color: 12962958.
HSL color Cylindrical-coordinate representation of color #8ECCC5: hue angle of 173.23º 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 #8ECCC5 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 204 | 197 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.2 |
| HSL | 173.23º | 0.38% | 0.68% | - |
| HSV(B) | 173.23º | 0.3% | 0.8% | - |
| XYZ | 42.83 | 52.97 | 60.79 | - |
| YUV | 184.66 | 134.96 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 204 | 197 | 0.30 | 0 | 0.03 | 0.2 | 173.23 | 0.38 | 0.68 |
| Hex | 8E | CC | C5 | 1E | 0 | 3 | 14 | AD | 26 | 44 |
| Octal | 216 | 314 | 305 | 36 | 0 | 3 | 24 | 255 | 46 | 104 |
| Binary | 10001110 | 11001100 | 11000101 | 11110 | 0 | 11 | 10100 | 10101101 | 100110 | 1000100 |
Color Harmonies of #8ECCC5
Complementary color
Monochromatic Colors of #8ECCC5
Black with #8ECCC5
Text Example
Text Example
White with #8ECCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECCC5; }
p { color: rgb(142,204,197); }
H1.HeaderClassName
{
color: #8ECCC5;
}
.AnyTagClassName
{
color: #8ECCC5;
}
</style>
background-color css
<style>
a { background-color: #8ECCC5; }
a { background-color: rgb(142,204,197); }
div.DivClassName
{
background-color: #8ECCC5;
}
.BgClassName
{
background-color: #8ECCC5;
}
</style>
border-color css
<style>
span { border-color: #8ECCC5; }
span { border-color: rgb(142,204,197); }
td.TdClassName
{
border-color: #8ECCC5;
}
.TagClassName
{
border-color: #8ECCC5;
}
</style>