Shades of Bermuda #8ECDC8
Tints of Bermuda #8ECDC8
RGB
CMYK
RGB Variations
Color information
#8ECDC8 (or 0x8ECDC8) is known color: Bermuda. HEX triplet: 8E, CD and C8. RGB value is (142,205,200). Sum of RGB (Red+Green+Blue) = 142+205+200=547 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.96% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECDC8 is #713237. Grayscale: #B9B9B9. Windows color (decimal): -7418424 or 13159822. OLE color: 13159822.
HSL color Cylindrical-coordinate representation of color #8ECDC8: hue angle of 175.24º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECDC8 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 205 | 200 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.20 |
| HSL | 175.24º | 0.39% | 0.68% | - |
| HSV(B) | 175.24º | 0.31% | 0.8% | - |
| XYZ | 43.41 | 53.58 | 62.7 | - |
| YUV | 185.59 | 136.13 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 200 | 0.31 | 0 | 0.02 | 0.20 | 175.24 | 0.39 | 0.68 |
| Hex | 8E | CD | C8 | 1F | 0 | 2 | 14 | AF | 27 | 44 |
| Octal | 216 | 315 | 310 | 37 | 0 | 2 | 24 | 257 | 47 | 104 |
| Binary | 10001110 | 11001101 | 11001000 | 11111 | 0 | 10 | 10100 | 10101111 | 100111 | 1000100 |
Color Harmonies of #8ECDC8
Complementary color
Monochromatic Colors of #8ECDC8
Black with #8ECDC8
Text Example
Text Example
White with #8ECDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECDC8; }
p { color: rgb(142,205,200); }
H1.HeaderClassName
{
color: #8ECDC8;
}
.AnyTagClassName
{
color: #8ECDC8;
}
</style>
background-color css
<style>
a { background-color: #8ECDC8; }
a { background-color: rgb(142,205,200); }
div.DivClassName
{
background-color: #8ECDC8;
}
.BgClassName
{
background-color: #8ECDC8;
}
</style>
border-color css
<style>
span { border-color: #8ECDC8; }
span { border-color: rgb(142,205,200); }
td.TdClassName
{
border-color: #8ECDC8;
}
.TagClassName
{
border-color: #8ECDC8;
}
</style>