Shades of Bermuda #8ED6C1
Tints of Bermuda #8ED6C1
RGB
CMYK
RGB Variations
Color information
#8ED6C1 (or 0x8ED6C1) is known color: Bermuda. HEX triplet: 8E, D6 and C1. RGB value is (142,214,193). Sum of RGB (Red+Green+Blue) = 142+214+193=549 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.87% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED6C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED6C1 is #71293E. Grayscale: #BEBEBE. Windows color (decimal): -7416127 or 12703374. OLE color: 12703374.
HSL color Cylindrical-coordinate representation of color #8ED6C1: hue angle of 162.5º 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 #8ED6C1 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 214 | 193 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.16 |
| HSL | 162.5º | 0.47% | 0.7% | - |
| HSV(B) | 162.5º | 0.34% | 0.84% | - |
| XYZ | 44.83 | 57.69 | 59.23 | - |
| YUV | 190.08 | 129.65 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 214 | 193 | 0.34 | 0 | 0.10 | 0.16 | 162.5 | 0.47 | 0.7 |
| Hex | 8E | D6 | C1 | 22 | 0 | A | 10 | A2 | 2F | 46 |
| Octal | 216 | 326 | 301 | 42 | 0 | 12 | 20 | 242 | 57 | 106 |
| Binary | 10001110 | 11010110 | 11000001 | 100010 | 0 | 1010 | 10000 | 10100010 | 101111 | 1000110 |
Color Harmonies of #8ED6C1
Complementary color
Monochromatic Colors of #8ED6C1
Black with #8ED6C1
Text Example
Text Example
White with #8ED6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED6C1; }
p { color: rgb(142,214,193); }
H1.HeaderClassName
{
color: #8ED6C1;
}
.AnyTagClassName
{
color: #8ED6C1;
}
</style>
background-color css
<style>
a { background-color: #8ED6C1; }
a { background-color: rgb(142,214,193); }
div.DivClassName
{
background-color: #8ED6C1;
}
.BgClassName
{
background-color: #8ED6C1;
}
</style>
border-color css
<style>
span { border-color: #8ED6C1; }
span { border-color: rgb(142,214,193); }
td.TdClassName
{
border-color: #8ED6C1;
}
.TagClassName
{
border-color: #8ED6C1;
}
</style>