Shades of Bermuda #8ED0BC
Tints of Bermuda #8ED0BC
RGB
CMYK
RGB Variations
Color information
#8ED0BC (or 0x8ED0BC) is known color: Bermuda. HEX triplet: 8E, D0 and BC. RGB value is (142,208,188). Sum of RGB (Red+Green+Blue) = 142+208+188=538 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.39% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED0BC is #712F43. Grayscale: #BABABA. Windows color (decimal): -7417668 or 12374158. OLE color: 12374158.
HSL color Cylindrical-coordinate representation of color #8ED0BC: hue angle of 161.82º degrees, saturation: 0.41, 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 #8ED0BC is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 208 | 188 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.18 |
| HSL | 161.82º | 0.41% | 0.69% | - |
| HSV(B) | 161.82º | 0.32% | 0.82% | - |
| XYZ | 42.79 | 54.49 | 55.84 | - |
| YUV | 185.99 | 129.13 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 208 | 188 | 0.32 | 0 | 0.10 | 0.18 | 161.82 | 0.41 | 0.69 |
| Hex | 8E | D0 | BC | 20 | 0 | A | 12 | A2 | 29 | 45 |
| Octal | 216 | 320 | 274 | 40 | 0 | 12 | 22 | 242 | 51 | 105 |
| Binary | 10001110 | 11010000 | 10111100 | 100000 | 0 | 1010 | 10010 | 10100010 | 101001 | 1000101 |
Color Harmonies of #8ED0BC
Complementary color
Monochromatic Colors of #8ED0BC
Black with #8ED0BC
Text Example
Text Example
White with #8ED0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED0BC; }
p { color: rgb(142,208,188); }
H1.HeaderClassName
{
color: #8ED0BC;
}
.AnyTagClassName
{
color: #8ED0BC;
}
</style>
background-color css
<style>
a { background-color: #8ED0BC; }
a { background-color: rgb(142,208,188); }
div.DivClassName
{
background-color: #8ED0BC;
}
.BgClassName
{
background-color: #8ED0BC;
}
</style>
border-color css
<style>
span { border-color: #8ED0BC; }
span { border-color: rgb(142,208,188); }
td.TdClassName
{
border-color: #8ED0BC;
}
.TagClassName
{
border-color: #8ED0BC;
}
</style>