Shades of Bermuda #8ECFBF
Tints of Bermuda #8ECFBF
RGB
CMYK
RGB Variations
Color information
#8ECFBF (or 0x8ECFBF) is known color: Bermuda. HEX triplet: 8E, CF and BF. RGB value is (142,207,191). Sum of RGB (Red+Green+Blue) = 142+207+191=540 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.30% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECFBF is #713040. Grayscale: #B9B9B9. Windows color (decimal): -7417921 or 12570510. OLE color: 12570510.
HSL color Cylindrical-coordinate representation of color #8ECFBF: hue angle of 165.23º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECFBF is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 207 | 191 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.19 |
| HSL | 165.23º | 0.4% | 0.68% | - |
| HSV(B) | 165.23º | 0.31% | 0.81% | - |
| XYZ | 42.87 | 54.14 | 57.48 | - |
| YUV | 185.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 207 | 191 | 0.31 | 0 | 0.08 | 0.19 | 165.23 | 0.4 | 0.68 |
| Hex | 8E | CF | BF | 1F | 0 | 8 | 13 | A5 | 28 | 44 |
| Octal | 216 | 317 | 277 | 37 | 0 | 10 | 23 | 245 | 50 | 104 |
| Binary | 10001110 | 11001111 | 10111111 | 11111 | 0 | 1000 | 10011 | 10100101 | 101000 | 1000100 |
Color Harmonies of #8ECFBF
Complementary color
Monochromatic Colors of #8ECFBF
Black with #8ECFBF
Text Example
Text Example
White with #8ECFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECFBF; }
p { color: rgb(142,207,191); }
H1.HeaderClassName
{
color: #8ECFBF;
}
.AnyTagClassName
{
color: #8ECFBF;
}
</style>
background-color css
<style>
a { background-color: #8ECFBF; }
a { background-color: rgb(142,207,191); }
div.DivClassName
{
background-color: #8ECFBF;
}
.BgClassName
{
background-color: #8ECFBF;
}
</style>
border-color css
<style>
span { border-color: #8ECFBF; }
span { border-color: rgb(142,207,191); }
td.TdClassName
{
border-color: #8ECFBF;
}
.TagClassName
{
border-color: #8ECFBF;
}
</style>