#8ECEC6

Color #8ECEC6 Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #8ECEC6

Tints of Bermuda #8ECEC6

Color information

#8ECEC6 (or 0x8ECEC6) is unknown color: approx Bermuda. HEX triplet: 8E, CE and C6. RGB value is (142,206,198). Sum of RGB (Red+Green+Blue) = 142+206+198=546 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.01% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 198 (77.73% from 255 or 36.26% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECEC6 is #713139. Grayscale: #B9B9B9. Windows color (decimal): -7418170 or 13029006. OLE color: 13029006.

HSL color Cylindrical-coordinate representation of color #8ECEC6: hue angle of 172.5º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECEC6 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB142206198-
CMYK0.3100.040.19
HSL172.5º39.51%68.24%-
HSV(B)172.5º31.07%80.78%-
XYZ43.4253.9761.55-
YUV185.95134.896.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 26.01%
GREEN value IS 206 (80.86% from 255) = 37.73%
BLUE value IS 198 (77.73% from 255) = 36.26%
R=26.01%
G=37.73%
B=36.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1422061980.3100.040.19172.539.5168.24
Hex8ECEC61F0413ac2844
Octal21631630637042325450104
Binary10001110110011101100011011111010010011101011001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ECEC6; }

 p { color: rgb(142,206,198); }

 H1.HeaderClassName
 {
   color: #8ECEC6;
 }
 .AnyTagClassName
 {
   color: #8ECEC6;
 }
</style>
background-color css

<style>
 a { background-color: #8ECEC6; }

 a { background-color: rgb(142,206,198); }

 div.DivClassName
 {
   background-color: #8ECEC6;
 }
 .BgClassName
 {
   background-color: #8ECEC6;
 }
</style>
border-color css

<style>
 span { border-color: #8ECEC6; }

 span { border-color: rgb(142,206,198); }

 td.TdClassName
 {
   border-color: #8ECEC6;
 }
 .TagClassName
 {
   border-color: #8ECEC6;
 }
</style>