Shades of Bermuda #8ECAC4
Tints of Bermuda #8ECAC4
RGB
CMYK
RGB Variations
Color information
#8ECAC4 (or 0x8ECAC4) is known color: Bermuda. HEX triplet: 8E, CA and C4. RGB value is (142,202,196). Sum of RGB (Red+Green+Blue) = 142+202+196=540 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.30% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECAC4 is #71353B. Grayscale: #B7B7B7. Windows color (decimal): -7419196 or 12896910. OLE color: 12896910.
HSL color Cylindrical-coordinate representation of color #8ECAC4: hue angle of 174º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECAC4 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 202 | 196 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.21 |
| HSL | 174º | 0.36% | 0.67% | - |
| HSV(B) | 174º | 0.3% | 0.79% | - |
| XYZ | 42.24 | 51.98 | 60.03 | - |
| YUV | 183.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 202 | 196 | 0.30 | 0 | 0.03 | 0.21 | 174 | 0.36 | 0.67 |
| Hex | 8E | CA | C4 | 1E | 0 | 3 | 15 | AE | 24 | 43 |
| Octal | 216 | 312 | 304 | 36 | 0 | 3 | 25 | 256 | 44 | 103 |
| Binary | 10001110 | 11001010 | 11000100 | 11110 | 0 | 11 | 10101 | 10101110 | 100100 | 1000011 |
Color Harmonies of #8ECAC4
Complementary color
Monochromatic Colors of #8ECAC4
Black with #8ECAC4
Text Example
Text Example
White with #8ECAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECAC4; }
p { color: rgb(142,202,196); }
H1.HeaderClassName
{
color: #8ECAC4;
}
.AnyTagClassName
{
color: #8ECAC4;
}
</style>
background-color css
<style>
a { background-color: #8ECAC4; }
a { background-color: rgb(142,202,196); }
div.DivClassName
{
background-color: #8ECAC4;
}
.BgClassName
{
background-color: #8ECAC4;
}
</style>
border-color css
<style>
span { border-color: #8ECAC4; }
span { border-color: rgb(142,202,196); }
td.TdClassName
{
border-color: #8ECAC4;
}
.TagClassName
{
border-color: #8ECAC4;
}
</style>