Shades of Bermuda #8EC7BD
Tints of Bermuda #8EC7BD
RGB
CMYK
RGB Variations
Color information
#8EC7BD (or 0x8EC7BD) is known color: Bermuda. HEX triplet: 8E, C7 and BD. RGB value is (142,199,189). Sum of RGB (Red+Green+Blue) = 142+199+189=530 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.79% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 199 - color contains mainly: green. Hex color #8EC7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC7BD is #713842. Grayscale: #B4B4B4. Windows color (decimal): -7419971 or 12437390. OLE color: 12437390.
HSL color Cylindrical-coordinate representation of color #8EC7BD: hue angle of 169.47º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EC7BD is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 199 | 189 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.22 |
| HSL | 169.47º | 0.34% | 0.67% | - |
| HSV(B) | 169.47º | 0.29% | 0.78% | - |
| XYZ | 40.76 | 50.27 | 55.7 | - |
| YUV | 180.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 189 | 0.29 | 0 | 0.05 | 0.22 | 169.47 | 0.34 | 0.67 |
| Hex | 8E | C7 | BD | 1D | 0 | 5 | 16 | A9 | 22 | 43 |
| Octal | 216 | 307 | 275 | 35 | 0 | 5 | 26 | 251 | 42 | 103 |
| Binary | 10001110 | 11000111 | 10111101 | 11101 | 0 | 101 | 10110 | 10101001 | 100010 | 1000011 |
Color Harmonies of #8EC7BD
Complementary color
Monochromatic Colors of #8EC7BD
Black with #8EC7BD
Text Example
Text Example
White with #8EC7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC7BD; }
p { color: rgb(142,199,189); }
H1.HeaderClassName
{
color: #8EC7BD;
}
.AnyTagClassName
{
color: #8EC7BD;
}
</style>
background-color css
<style>
a { background-color: #8EC7BD; }
a { background-color: rgb(142,199,189); }
div.DivClassName
{
background-color: #8EC7BD;
}
.BgClassName
{
background-color: #8EC7BD;
}
</style>
border-color css
<style>
span { border-color: #8EC7BD; }
span { border-color: rgb(142,199,189); }
td.TdClassName
{
border-color: #8EC7BD;
}
.TagClassName
{
border-color: #8EC7BD;
}
</style>