Shades of Bermuda #8ECDC5
Tints of Bermuda #8ECDC5
RGB
CMYK
RGB Variations
Color information
#8ECDC5 (or 0x8ECDC5) is known color: Bermuda. HEX triplet: 8E, CD and C5. RGB value is (142,205,197). Sum of RGB (Red+Green+Blue) = 142+205+197=544 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.10% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECDC5 is #71323A. Grayscale: #B9B9B9. Windows color (decimal): -7418427 or 12963214. OLE color: 12963214.
HSL color Cylindrical-coordinate representation of color #8ECDC5: hue angle of 172.38º 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 #8ECDC5 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 205 | 197 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.20 |
| HSL | 172.38º | 0.39% | 0.68% | - |
| HSV(B) | 172.38º | 0.31% | 0.8% | - |
| XYZ | 43.06 | 53.44 | 60.87 | - |
| YUV | 185.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 197 | 0.31 | 0 | 0.04 | 0.20 | 172.38 | 0.39 | 0.68 |
| Hex | 8E | CD | C5 | 1F | 0 | 4 | 14 | AC | 27 | 44 |
| Octal | 216 | 315 | 305 | 37 | 0 | 4 | 24 | 254 | 47 | 104 |
| Binary | 10001110 | 11001101 | 11000101 | 11111 | 0 | 100 | 10100 | 10101100 | 100111 | 1000100 |
Color Harmonies of #8ECDC5
Complementary color
Monochromatic Colors of #8ECDC5
Black with #8ECDC5
Text Example
Text Example
White with #8ECDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECDC5; }
p { color: rgb(142,205,197); }
H1.HeaderClassName
{
color: #8ECDC5;
}
.AnyTagClassName
{
color: #8ECDC5;
}
</style>
background-color css
<style>
a { background-color: #8ECDC5; }
a { background-color: rgb(142,205,197); }
div.DivClassName
{
background-color: #8ECDC5;
}
.BgClassName
{
background-color: #8ECDC5;
}
</style>
border-color css
<style>
span { border-color: #8ECDC5; }
span { border-color: rgb(142,205,197); }
td.TdClassName
{
border-color: #8ECDC5;
}
.TagClassName
{
border-color: #8ECDC5;
}
</style>