Shades of Bermuda #8ED3BB
Tints of Bermuda #8ED3BB
RGB
CMYK
RGB Variations
Color information
#8ED3BB (or 0x8ED3BB) is known color: Bermuda. HEX triplet: 8E, D3 and BB. RGB value is (142,211,187). Sum of RGB (Red+Green+Blue) = 142+211+187=540 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.30% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED3BB is #712C44. Grayscale: #BBBBBB. Windows color (decimal): -7416901 or 12309390. OLE color: 12309390.
HSL color Cylindrical-coordinate representation of color #8ED3BB: hue angle of 159.13º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ED3BB is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 211 | 187 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.17 |
| HSL | 159.13º | 0.44% | 0.69% | - |
| HSV(B) | 159.13º | 0.33% | 0.83% | - |
| XYZ | 43.42 | 55.93 | 55.52 | - |
| YUV | 187.63 | 127.64 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 211 | 187 | 0.33 | 0 | 0.11 | 0.17 | 159.13 | 0.44 | 0.69 |
| Hex | 8E | D3 | BB | 21 | 0 | B | 11 | 9F | 2C | 45 |
| Octal | 216 | 323 | 273 | 41 | 0 | 13 | 21 | 237 | 54 | 105 |
| Binary | 10001110 | 11010011 | 10111011 | 100001 | 0 | 1011 | 10001 | 10011111 | 101100 | 1000101 |
Color Harmonies of #8ED3BB
Complementary color
Monochromatic Colors of #8ED3BB
Black with #8ED3BB
Text Example
Text Example
White with #8ED3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED3BB; }
p { color: rgb(142,211,187); }
H1.HeaderClassName
{
color: #8ED3BB;
}
.AnyTagClassName
{
color: #8ED3BB;
}
</style>
background-color css
<style>
a { background-color: #8ED3BB; }
a { background-color: rgb(142,211,187); }
div.DivClassName
{
background-color: #8ED3BB;
}
.BgClassName
{
background-color: #8ED3BB;
}
</style>
border-color css
<style>
span { border-color: #8ED3BB; }
span { border-color: rgb(142,211,187); }
td.TdClassName
{
border-color: #8ED3BB;
}
.TagClassName
{
border-color: #8ED3BB;
}
</style>