Shades of Bermuda #8EC6BF
Tints of Bermuda #8EC6BF
RGB
CMYK
RGB Variations
Color information
#8EC6BF (or 0x8EC6BF) is known color: Bermuda. HEX triplet: 8E, C6 and BF. RGB value is (142,198,191). Sum of RGB (Red+Green+Blue) = 142+198+191=531 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.74% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 198 - color contains mainly: green. Hex color #8EC6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC6BF is #713940. Grayscale: #B4B4B4. Windows color (decimal): -7420225 or 12568206. OLE color: 12568206.
HSL color Cylindrical-coordinate representation of color #8EC6BF: hue angle of 172.5º 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 #8EC6BF is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 198 | 191 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.22 |
| HSL | 172.5º | 0.33% | 0.67% | - |
| HSV(B) | 172.5º | 0.28% | 0.78% | - |
| XYZ | 40.75 | 49.9 | 56.77 | - |
| YUV | 180.46 | 133.95 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 198 | 191 | 0.28 | 0 | 0.04 | 0.22 | 172.5 | 0.33 | 0.67 |
| Hex | 8E | C6 | BF | 1C | 0 | 4 | 16 | AC | 21 | 43 |
| Octal | 216 | 306 | 277 | 34 | 0 | 4 | 26 | 254 | 41 | 103 |
| Binary | 10001110 | 11000110 | 10111111 | 11100 | 0 | 100 | 10110 | 10101100 | 100001 | 1000011 |
Color Harmonies of #8EC6BF
Complementary color
Monochromatic Colors of #8EC6BF
Black with #8EC6BF
Text Example
Text Example
White with #8EC6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC6BF; }
p { color: rgb(142,198,191); }
H1.HeaderClassName
{
color: #8EC6BF;
}
.AnyTagClassName
{
color: #8EC6BF;
}
</style>
background-color css
<style>
a { background-color: #8EC6BF; }
a { background-color: rgb(142,198,191); }
div.DivClassName
{
background-color: #8EC6BF;
}
.BgClassName
{
background-color: #8EC6BF;
}
</style>
border-color css
<style>
span { border-color: #8EC6BF; }
span { border-color: rgb(142,198,191); }
td.TdClassName
{
border-color: #8EC6BF;
}
.TagClassName
{
border-color: #8EC6BF;
}
</style>