Shades of Bermuda #8ED2BD
Tints of Bermuda #8ED2BD
RGB
CMYK
RGB Variations
Color information
#8ED2BD (or 0x8ED2BD) is known color: Bermuda. HEX triplet: 8E, D2 and BD. RGB value is (142,210,189). Sum of RGB (Red+Green+Blue) = 142+210+189=541 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.25% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED2BD is #712D42. Grayscale: #BBBBBB. Windows color (decimal): -7417155 or 12440206. OLE color: 12440206.
HSL color Cylindrical-coordinate representation of color #8ED2BD: hue angle of 161.47º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ED2BD is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 210 | 189 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.18 |
| HSL | 161.47º | 0.43% | 0.69% | - |
| HSV(B) | 161.47º | 0.32% | 0.82% | - |
| XYZ | 43.39 | 55.52 | 56.57 | - |
| YUV | 187.27 | 128.97 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 210 | 189 | 0.32 | 0 | 0.10 | 0.18 | 161.47 | 0.43 | 0.69 |
| Hex | 8E | D2 | BD | 20 | 0 | A | 12 | A1 | 2B | 45 |
| Octal | 216 | 322 | 275 | 40 | 0 | 12 | 22 | 241 | 53 | 105 |
| Binary | 10001110 | 11010010 | 10111101 | 100000 | 0 | 1010 | 10010 | 10100001 | 101011 | 1000101 |
Color Harmonies of #8ED2BD
Complementary color
Monochromatic Colors of #8ED2BD
Black with #8ED2BD
Text Example
Text Example
White with #8ED2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED2BD; }
p { color: rgb(142,210,189); }
H1.HeaderClassName
{
color: #8ED2BD;
}
.AnyTagClassName
{
color: #8ED2BD;
}
</style>
background-color css
<style>
a { background-color: #8ED2BD; }
a { background-color: rgb(142,210,189); }
div.DivClassName
{
background-color: #8ED2BD;
}
.BgClassName
{
background-color: #8ED2BD;
}
</style>
border-color css
<style>
span { border-color: #8ED2BD; }
span { border-color: rgb(142,210,189); }
td.TdClassName
{
border-color: #8ED2BD;
}
.TagClassName
{
border-color: #8ED2BD;
}
</style>