Shades of Bermuda #8EC6BC
Tints of Bermuda #8EC6BC
RGB
CMYK
RGB Variations
Color information
#8EC6BC (or 0x8EC6BC) is known color: Bermuda. HEX triplet: 8E, C6 and BC. RGB value is (142,198,188). Sum of RGB (Red+Green+Blue) = 142+198+188=528 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.89% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 198 - color contains mainly: green. Hex color #8EC6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC6BC is #713943. Grayscale: #B4B4B4. Windows color (decimal): -7420228 or 12371598. OLE color: 12371598.
HSL color Cylindrical-coordinate representation of color #8EC6BC: hue angle of 169.29º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EC6BC is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 198 | 188 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.22 |
| HSL | 169.29º | 0.33% | 0.67% | - |
| HSV(B) | 169.29º | 0.28% | 0.78% | - |
| XYZ | 40.43 | 49.77 | 55.05 | - |
| YUV | 180.12 | 132.45 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 198 | 188 | 0.28 | 0 | 0.05 | 0.22 | 169.29 | 0.33 | 0.67 |
| Hex | 8E | C6 | BC | 1C | 0 | 5 | 16 | A9 | 21 | 43 |
| Octal | 216 | 306 | 274 | 34 | 0 | 5 | 26 | 251 | 41 | 103 |
| Binary | 10001110 | 11000110 | 10111100 | 11100 | 0 | 101 | 10110 | 10101001 | 100001 | 1000011 |
Color Harmonies of #8EC6BC
Complementary color
Monochromatic Colors of #8EC6BC
Black with #8EC6BC
Text Example
Text Example
White with #8EC6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC6BC; }
p { color: rgb(142,198,188); }
H1.HeaderClassName
{
color: #8EC6BC;
}
.AnyTagClassName
{
color: #8EC6BC;
}
</style>
background-color css
<style>
a { background-color: #8EC6BC; }
a { background-color: rgb(142,198,188); }
div.DivClassName
{
background-color: #8EC6BC;
}
.BgClassName
{
background-color: #8EC6BC;
}
</style>
border-color css
<style>
span { border-color: #8EC6BC; }
span { border-color: rgb(142,198,188); }
td.TdClassName
{
border-color: #8EC6BC;
}
.TagClassName
{
border-color: #8EC6BC;
}
</style>