Shades of Bermuda #8ED6C0
Tints of Bermuda #8ED6C0
RGB
CMYK
RGB Variations
Color information
#8ED6C0 (or 0x8ED6C0) is known color: Bermuda. HEX triplet: 8E, D6 and C0. RGB value is (142,214,192). Sum of RGB (Red+Green+Blue) = 142+214+192=548 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.91% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED6C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED6C0 is #71293F. Grayscale: #BDBDBD. Windows color (decimal): -7416128 or 12637838. OLE color: 12637838.
HSL color Cylindrical-coordinate representation of color #8ED6C0: hue angle of 161.67º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ED6C0 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 214 | 192 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.16 |
| HSL | 161.67º | 0.47% | 0.7% | - |
| HSV(B) | 161.67º | 0.34% | 0.84% | - |
| XYZ | 44.72 | 57.65 | 58.64 | - |
| YUV | 189.96 | 129.15 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 214 | 192 | 0.34 | 0 | 0.10 | 0.16 | 161.67 | 0.47 | 0.7 |
| Hex | 8E | D6 | C0 | 22 | 0 | A | 10 | A2 | 2F | 46 |
| Octal | 216 | 326 | 300 | 42 | 0 | 12 | 20 | 242 | 57 | 106 |
| Binary | 10001110 | 11010110 | 11000000 | 100010 | 0 | 1010 | 10000 | 10100010 | 101111 | 1000110 |
Color Harmonies of #8ED6C0
Complementary color
Monochromatic Colors of #8ED6C0
Black with #8ED6C0
Text Example
Text Example
White with #8ED6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED6C0; }
p { color: rgb(142,214,192); }
H1.HeaderClassName
{
color: #8ED6C0;
}
.AnyTagClassName
{
color: #8ED6C0;
}
</style>
background-color css
<style>
a { background-color: #8ED6C0; }
a { background-color: rgb(142,214,192); }
div.DivClassName
{
background-color: #8ED6C0;
}
.BgClassName
{
background-color: #8ED6C0;
}
</style>
border-color css
<style>
span { border-color: #8ED6C0; }
span { border-color: rgb(142,214,192); }
td.TdClassName
{
border-color: #8ED6C0;
}
.TagClassName
{
border-color: #8ED6C0;
}
</style>