#8EC9BA

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

Shades of Bermuda #8EC9BA

Tints of Bermuda #8EC9BA

Color information

#8EC9BA (or 0x8EC9BA) is unknown color: approx Bermuda. HEX triplet: 8E, C9 and BA. RGB value is (142,201,186). Sum of RGB (Red+Green+Blue) = 142+201+186=529 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.84% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 201 - color contains mainly: green. Hex color #8EC9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC9BA is #713645. Grayscale: #B5B5B5. Windows color (decimal): -7419462 or 12241294. OLE color: 12241294.

HSL color Cylindrical-coordinate representation of color #8EC9BA: hue angle of 164.75º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EC9BA is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB142201186-
CMYK0.2900.070.21
HSL164.75º35.33%67.25%-
HSV(B)164.75º29.35%78.82%-
XYZ40.951.0754.16-
YUV181.65130.4599.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.84%
GREEN value IS 201 (78.91% from 255) = 38.00%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=26.84%
G=38.00%
B=35.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1422011860.2900.070.21164.7535.3367.25
Hex8EC9BA1D0715a52343
Octal21631127235072524543103
Binary10001110110010011011101011101011110101101001011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,201,186); }

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

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

 a { background-color: rgb(142,201,186); }

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

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

 span { border-color: rgb(142,201,186); }

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