Shades of Bermuda #8EC6C2
Tints of Bermuda #8EC6C2
RGB
CMYK
RGB Variations
Color information
#8EC6C2 (or 0x8EC6C2) is known color: Bermuda. HEX triplet: 8E, C6 and C2. RGB value is (142,198,194). Sum of RGB (Red+Green+Blue) = 142+198+194=534 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.59% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 198 - color contains mainly: green. Hex color #8EC6C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC6C2 is #71393D. Grayscale: #B4B4B4. Windows color (decimal): -7420222 or 12764814. OLE color: 12764814.
HSL color Cylindrical-coordinate representation of color #8EC6C2: hue angle of 175.71º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EC6C2 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 198 | 194 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.22 |
| HSL | 175.71º | 0.33% | 0.67% | - |
| HSV(B) | 175.71º | 0.28% | 0.78% | - |
| XYZ | 41.09 | 50.03 | 58.53 | - |
| YUV | 180.8 | 135.45 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 198 | 194 | 0.28 | 0 | 0.02 | 0.22 | 175.71 | 0.33 | 0.67 |
| Hex | 8E | C6 | C2 | 1C | 0 | 2 | 16 | B0 | 21 | 43 |
| Octal | 216 | 306 | 302 | 34 | 0 | 2 | 26 | 260 | 41 | 103 |
| Binary | 10001110 | 11000110 | 11000010 | 11100 | 0 | 10 | 10110 | 10110000 | 100001 | 1000011 |
Color Harmonies of #8EC6C2
Complementary color
Monochromatic Colors of #8EC6C2
Black with #8EC6C2
Text Example
Text Example
White with #8EC6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC6C2; }
p { color: rgb(142,198,194); }
H1.HeaderClassName
{
color: #8EC6C2;
}
.AnyTagClassName
{
color: #8EC6C2;
}
</style>
background-color css
<style>
a { background-color: #8EC6C2; }
a { background-color: rgb(142,198,194); }
div.DivClassName
{
background-color: #8EC6C2;
}
.BgClassName
{
background-color: #8EC6C2;
}
</style>
border-color css
<style>
span { border-color: #8EC6C2; }
span { border-color: rgb(142,198,194); }
td.TdClassName
{
border-color: #8EC6C2;
}
.TagClassName
{
border-color: #8EC6C2;
}
</style>