#8EC3BF

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

Shades of Bermuda #8EC3BF

Tints of Bermuda #8EC3BF

Color information

#8EC3BF (or 0x8EC3BF) is unknown color: approx Bermuda. HEX triplet: 8E, C3 and BF. RGB value is (142,195,191). Sum of RGB (Red+Green+Blue) = 142+195+191=528 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.89% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC3BF is #713C40. Grayscale: #B2B2B2. Windows color (decimal): -7420993 or 12567438. OLE color: 12567438.

HSL color Cylindrical-coordinate representation of color #8EC3BF: hue angle of 175.47º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8EC3BF is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB142195191-
CMYK0.2700.020.24
HSL175.47º30.64%66.08%-
HSV(B)175.47º27.18%76.47%-
XYZ40.0748.5456.55-
YUV178.7134.94101.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.89%
GREEN value IS 195 (76.56% from 255) = 36.93%
BLUE value IS 191 (75% from 255) = 36.17%
R=26.89%
G=36.93%
B=36.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421951910.2700.020.24175.4730.6466.08
Hex8EC3BF1B0218af1f42
Octal21630327733023025737102
Binary100011101100001110111111110110101100010101111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,195,191); }

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

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

 a { background-color: rgb(142,195,191); }

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

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

 span { border-color: rgb(142,195,191); }

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