Shades of Bermuda #8ED0C4
Tints of Bermuda #8ED0C4
RGB
CMYK
RGB Variations
Color information
#8ED0C4 (or 0x8ED0C4) is known color: Bermuda. HEX triplet: 8E, D0 and C4. RGB value is (142,208,196). Sum of RGB (Red+Green+Blue) = 142+208+196=546 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.01% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED0C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED0C4 is #712F3B. Grayscale: #BABABA. Windows color (decimal): -7417660 or 12898446. OLE color: 12898446.
HSL color Cylindrical-coordinate representation of color #8ED0C4: hue angle of 169.09º 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 #8ED0C4 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 208 | 196 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.18 |
| HSL | 169.09º | 0.41% | 0.69% | - |
| HSV(B) | 169.09º | 0.32% | 0.82% | - |
| XYZ | 43.68 | 54.85 | 60.51 | - |
| YUV | 186.9 | 133.13 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 208 | 196 | 0.32 | 0 | 0.06 | 0.18 | 169.09 | 0.41 | 0.69 |
| Hex | 8E | D0 | C4 | 20 | 0 | 6 | 12 | A9 | 29 | 45 |
| Octal | 216 | 320 | 304 | 40 | 0 | 6 | 22 | 251 | 51 | 105 |
| Binary | 10001110 | 11010000 | 11000100 | 100000 | 0 | 110 | 10010 | 10101001 | 101001 | 1000101 |
Color Harmonies of #8ED0C4
Complementary color
Monochromatic Colors of #8ED0C4
Black with #8ED0C4
Text Example
Text Example
White with #8ED0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED0C4; }
p { color: rgb(142,208,196); }
H1.HeaderClassName
{
color: #8ED0C4;
}
.AnyTagClassName
{
color: #8ED0C4;
}
</style>
background-color css
<style>
a { background-color: #8ED0C4; }
a { background-color: rgb(142,208,196); }
div.DivClassName
{
background-color: #8ED0C4;
}
.BgClassName
{
background-color: #8ED0C4;
}
</style>
border-color css
<style>
span { border-color: #8ED0C4; }
span { border-color: rgb(142,208,196); }
td.TdClassName
{
border-color: #8ED0C4;
}
.TagClassName
{
border-color: #8ED0C4;
}
</style>