Shades of Bermuda #8ED3C4
Tints of Bermuda #8ED3C4
RGB
CMYK
RGB Variations
Color information
#8ED3C4 (or 0x8ED3C4) is known color: Bermuda. HEX triplet: 8E, D3 and C4. RGB value is (142,211,196). Sum of RGB (Red+Green+Blue) = 142+211+196=549 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.87% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED3C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED3C4 is #712C3B. Grayscale: #BCBCBC. Windows color (decimal): -7416892 or 12899214. OLE color: 12899214.
HSL color Cylindrical-coordinate representation of color #8ED3C4: hue angle of 166.96º 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 #8ED3C4 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 211 | 196 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.17 |
| HSL | 166.96º | 0.44% | 0.69% | - |
| HSV(B) | 166.96º | 0.33% | 0.83% | - |
| XYZ | 44.41 | 56.32 | 60.76 | - |
| YUV | 188.66 | 132.14 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 211 | 196 | 0.33 | 0 | 0.07 | 0.17 | 166.96 | 0.44 | 0.69 |
| Hex | 8E | D3 | C4 | 21 | 0 | 7 | 11 | A7 | 2C | 45 |
| Octal | 216 | 323 | 304 | 41 | 0 | 7 | 21 | 247 | 54 | 105 |
| Binary | 10001110 | 11010011 | 11000100 | 100001 | 0 | 111 | 10001 | 10100111 | 101100 | 1000101 |
Color Harmonies of #8ED3C4
Complementary color
Monochromatic Colors of #8ED3C4
Black with #8ED3C4
Text Example
Text Example
White with #8ED3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED3C4; }
p { color: rgb(142,211,196); }
H1.HeaderClassName
{
color: #8ED3C4;
}
.AnyTagClassName
{
color: #8ED3C4;
}
</style>
background-color css
<style>
a { background-color: #8ED3C4; }
a { background-color: rgb(142,211,196); }
div.DivClassName
{
background-color: #8ED3C4;
}
.BgClassName
{
background-color: #8ED3C4;
}
</style>
border-color css
<style>
span { border-color: #8ED3C4; }
span { border-color: rgb(142,211,196); }
td.TdClassName
{
border-color: #8ED3C4;
}
.TagClassName
{
border-color: #8ED3C4;
}
</style>