Shades of Bermuda #8EC6BD
Tints of Bermuda #8EC6BD
RGB
CMYK
RGB Variations
Color information
#8EC6BD (or 0x8EC6BD) is known color: Bermuda. HEX triplet: 8E, C6 and BD. RGB value is (142,198,189). Sum of RGB (Red+Green+Blue) = 142+198+189=529 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.84% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 198 - color contains mainly: green. Hex color #8EC6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC6BD is #713942. Grayscale: #B4B4B4. Windows color (decimal): -7420227 or 12437134. OLE color: 12437134.
HSL color Cylindrical-coordinate representation of color #8EC6BD: hue angle of 170.36º 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 #8EC6BD is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 198 | 189 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.22 |
| HSL | 170.36º | 0.33% | 0.67% | - |
| HSV(B) | 170.36º | 0.28% | 0.78% | - |
| XYZ | 40.53 | 49.81 | 55.62 | - |
| YUV | 180.23 | 132.95 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 198 | 189 | 0.28 | 0 | 0.05 | 0.22 | 170.36 | 0.33 | 0.67 |
| Hex | 8E | C6 | BD | 1C | 0 | 5 | 16 | AA | 21 | 43 |
| Octal | 216 | 306 | 275 | 34 | 0 | 5 | 26 | 252 | 41 | 103 |
| Binary | 10001110 | 11000110 | 10111101 | 11100 | 0 | 101 | 10110 | 10101010 | 100001 | 1000011 |
Color Harmonies of #8EC6BD
Complementary color
Monochromatic Colors of #8EC6BD
Black with #8EC6BD
Text Example
Text Example
White with #8EC6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC6BD; }
p { color: rgb(142,198,189); }
H1.HeaderClassName
{
color: #8EC6BD;
}
.AnyTagClassName
{
color: #8EC6BD;
}
</style>
background-color css
<style>
a { background-color: #8EC6BD; }
a { background-color: rgb(142,198,189); }
div.DivClassName
{
background-color: #8EC6BD;
}
.BgClassName
{
background-color: #8EC6BD;
}
</style>
border-color css
<style>
span { border-color: #8EC6BD; }
span { border-color: rgb(142,198,189); }
td.TdClassName
{
border-color: #8EC6BD;
}
.TagClassName
{
border-color: #8EC6BD;
}
</style>