Shades of Bermuda #8ECCC3
Tints of Bermuda #8ECCC3
RGB
CMYK
RGB Variations
Color information
#8ECCC3 (or 0x8ECCC3) is known color: Bermuda. HEX triplet: 8E, CC and C3. RGB value is (142,204,195). Sum of RGB (Red+Green+Blue) = 142+204+195=541 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.25% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECCC3 is #71333C. Grayscale: #B8B8B8. Windows color (decimal): -7418685 or 12831886. OLE color: 12831886.
HSL color Cylindrical-coordinate representation of color #8ECCC3: hue angle of 171.29º 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 #8ECCC3 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 204 | 195 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.2 |
| HSL | 171.29º | 0.38% | 0.68% | - |
| HSV(B) | 171.29º | 0.3% | 0.8% | - |
| XYZ | 42.6 | 52.88 | 59.59 | - |
| YUV | 184.44 | 133.96 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 204 | 195 | 0.30 | 0 | 0.04 | 0.2 | 171.29 | 0.38 | 0.68 |
| Hex | 8E | CC | C3 | 1E | 0 | 4 | 14 | AB | 26 | 44 |
| Octal | 216 | 314 | 303 | 36 | 0 | 4 | 24 | 253 | 46 | 104 |
| Binary | 10001110 | 11001100 | 11000011 | 11110 | 0 | 100 | 10100 | 10101011 | 100110 | 1000100 |
Color Harmonies of #8ECCC3
Complementary color
Monochromatic Colors of #8ECCC3
Black with #8ECCC3
Text Example
Text Example
White with #8ECCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECCC3; }
p { color: rgb(142,204,195); }
H1.HeaderClassName
{
color: #8ECCC3;
}
.AnyTagClassName
{
color: #8ECCC3;
}
</style>
background-color css
<style>
a { background-color: #8ECCC3; }
a { background-color: rgb(142,204,195); }
div.DivClassName
{
background-color: #8ECCC3;
}
.BgClassName
{
background-color: #8ECCC3;
}
</style>
border-color css
<style>
span { border-color: #8ECCC3; }
span { border-color: rgb(142,204,195); }
td.TdClassName
{
border-color: #8ECCC3;
}
.TagClassName
{
border-color: #8ECCC3;
}
</style>