#8ECEC0

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

Shades of Bermuda #8ECEC0

Tints of Bermuda #8ECEC0

Color information

#8ECEC0 (or 0x8ECEC0) is unknown color: approx Bermuda. HEX triplet: 8E, CE and C0. RGB value is (142,206,192). Sum of RGB (Red+Green+Blue) = 142+206+192=540 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.30% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECEC0 is #71313F. Grayscale: #B9B9B9. Windows color (decimal): -7418176 or 12635790. OLE color: 12635790.

HSL color Cylindrical-coordinate representation of color #8ECEC0: hue angle of 166.88º 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 #8ECEC0 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB142206192-
CMYK0.3100.070.19
HSL166.88º39.51%68.24%-
HSV(B)166.88º31.07%80.78%-
XYZ42.7453.757.98-
YUV185.27131.897.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.30%
GREEN value IS 206 (80.86% from 255) = 38.15%
BLUE value IS 192 (75.39% from 255) = 35.56%
R=26.30%
G=38.15%
B=35.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1422061920.3100.070.19166.8839.5168.24
Hex8ECEC01F0713a72844
Octal21631630037072324750104
Binary10001110110011101100000011111011110011101001111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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