Shades of Bermuda #8ECDC1
Tints of Bermuda #8ECDC1
RGB
CMYK
RGB Variations
Color information
#8ECDC1 (or 0x8ECDC1) is known color: Bermuda. HEX triplet: 8E, CD and C1. RGB value is (142,205,193). Sum of RGB (Red+Green+Blue) = 142+205+193=540 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.30% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECDC1 is #71323E. Grayscale: #B8B8B8. Windows color (decimal): -7418431 or 12701070. OLE color: 12701070.
HSL color Cylindrical-coordinate representation of color #8ECDC1: hue angle of 168.57º 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 #8ECDC1 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 205 | 193 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.20 |
| HSL | 168.57º | 0.39% | 0.68% | - |
| HSV(B) | 168.57º | 0.31% | 0.8% | - |
| XYZ | 42.61 | 53.26 | 58.49 | - |
| YUV | 184.8 | 132.63 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 193 | 0.31 | 0 | 0.06 | 0.20 | 168.57 | 0.39 | 0.68 |
| Hex | 8E | CD | C1 | 1F | 0 | 6 | 14 | A9 | 27 | 44 |
| Octal | 216 | 315 | 301 | 37 | 0 | 6 | 24 | 251 | 47 | 104 |
| Binary | 10001110 | 11001101 | 11000001 | 11111 | 0 | 110 | 10100 | 10101001 | 100111 | 1000100 |
Color Harmonies of #8ECDC1
Complementary color
Monochromatic Colors of #8ECDC1
Black with #8ECDC1
Text Example
Text Example
White with #8ECDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECDC1; }
p { color: rgb(142,205,193); }
H1.HeaderClassName
{
color: #8ECDC1;
}
.AnyTagClassName
{
color: #8ECDC1;
}
</style>
background-color css
<style>
a { background-color: #8ECDC1; }
a { background-color: rgb(142,205,193); }
div.DivClassName
{
background-color: #8ECDC1;
}
.BgClassName
{
background-color: #8ECDC1;
}
</style>
border-color css
<style>
span { border-color: #8ECDC1; }
span { border-color: rgb(142,205,193); }
td.TdClassName
{
border-color: #8ECDC1;
}
.TagClassName
{
border-color: #8ECDC1;
}
</style>