Shades of Bermuda #8ED0C1
Tints of Bermuda #8ED0C1
RGB
CMYK
RGB Variations
Color information
#8ED0C1 (or 0x8ED0C1) is known color: Bermuda. HEX triplet: 8E, D0 and C1. RGB value is (142,208,193). Sum of RGB (Red+Green+Blue) = 142+208+193=543 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.15% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED0C1 is #712F3E. Grayscale: #BABABA. Windows color (decimal): -7417663 or 12701838. OLE color: 12701838.
HSL color Cylindrical-coordinate representation of color #8ED0C1: hue angle of 166.36º 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 #8ED0C1 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 208 | 193 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.18 |
| HSL | 166.36º | 0.41% | 0.69% | - |
| HSV(B) | 166.36º | 0.32% | 0.82% | - |
| XYZ | 43.34 | 54.71 | 58.73 | - |
| YUV | 186.56 | 131.63 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 208 | 193 | 0.32 | 0 | 0.07 | 0.18 | 166.36 | 0.41 | 0.69 |
| Hex | 8E | D0 | C1 | 20 | 0 | 7 | 12 | A6 | 29 | 45 |
| Octal | 216 | 320 | 301 | 40 | 0 | 7 | 22 | 246 | 51 | 105 |
| Binary | 10001110 | 11010000 | 11000001 | 100000 | 0 | 111 | 10010 | 10100110 | 101001 | 1000101 |
Color Harmonies of #8ED0C1
Complementary color
Monochromatic Colors of #8ED0C1
Black with #8ED0C1
Text Example
Text Example
White with #8ED0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED0C1; }
p { color: rgb(142,208,193); }
H1.HeaderClassName
{
color: #8ED0C1;
}
.AnyTagClassName
{
color: #8ED0C1;
}
</style>
background-color css
<style>
a { background-color: #8ED0C1; }
a { background-color: rgb(142,208,193); }
div.DivClassName
{
background-color: #8ED0C1;
}
.BgClassName
{
background-color: #8ED0C1;
}
</style>
border-color css
<style>
span { border-color: #8ED0C1; }
span { border-color: rgb(142,208,193); }
td.TdClassName
{
border-color: #8ED0C1;
}
.TagClassName
{
border-color: #8ED0C1;
}
</style>