Shades of Bermuda #8ECEC7
Tints of Bermuda #8ECEC7
RGB
CMYK
RGB Variations
Color information
#8ECEC7 (or 0x8ECEC7) is known color: Bermuda. HEX triplet: 8E, CE and C7. RGB value is (142,206,199). Sum of RGB (Red+Green+Blue) = 142+206+199=547 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.96% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 199 (78.12% from 255 or 36.38% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECEC7 is #713138. Grayscale: #BABABA. Windows color (decimal): -7418169 or 13094542. OLE color: 13094542.
HSL color Cylindrical-coordinate representation of color #8ECEC7: hue angle of 173.44º 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 #8ECEC7 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 199 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.19 |
| HSL | 173.44º | 0.4% | 0.68% | - |
| HSV(B) | 173.44º | 0.31% | 0.81% | - |
| XYZ | 43.54 | 54.02 | 62.16 | - |
| YUV | 186.07 | 135.3 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 199 | 0.31 | 0 | 0.03 | 0.19 | 173.44 | 0.4 | 0.68 |
| Hex | 8E | CE | C7 | 1F | 0 | 3 | 13 | AD | 28 | 44 |
| Octal | 216 | 316 | 307 | 37 | 0 | 3 | 23 | 255 | 50 | 104 |
| Binary | 10001110 | 11001110 | 11000111 | 11111 | 0 | 11 | 10011 | 10101101 | 101000 | 1000100 |
Color Harmonies of #8ECEC7
Complementary color
Monochromatic Colors of #8ECEC7
Black with #8ECEC7
Text Example
Text Example
White with #8ECEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECEC7; }
p { color: rgb(142,206,199); }
H1.HeaderClassName
{
color: #8ECEC7;
}
.AnyTagClassName
{
color: #8ECEC7;
}
</style>
background-color css
<style>
a { background-color: #8ECEC7; }
a { background-color: rgb(142,206,199); }
div.DivClassName
{
background-color: #8ECEC7;
}
.BgClassName
{
background-color: #8ECEC7;
}
</style>
border-color css
<style>
span { border-color: #8ECEC7; }
span { border-color: rgb(142,206,199); }
td.TdClassName
{
border-color: #8ECEC7;
}
.TagClassName
{
border-color: #8ECEC7;
}
</style>