#8EC9BE

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

Shades of Bermuda #8EC9BE

Tints of Bermuda #8EC9BE

Color information

#8EC9BE (or 0x8EC9BE) is unknown color: approx Bermuda. HEX triplet: 8E, C9 and BE. RGB value is (142,201,190). Sum of RGB (Red+Green+Blue) = 142+201+190=533 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.64% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 201 - color contains mainly: green. Hex color #8EC9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC9BE is #713641. Grayscale: #B6B6B6. Windows color (decimal): -7419458 or 12503438. OLE color: 12503438.

HSL color Cylindrical-coordinate representation of color #8EC9BE: hue angle of 168.81º 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 #8EC9BE is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB142201190-
CMYK0.2900.050.21
HSL168.81º35.33%67.25%-
HSV(B)168.81º29.35%78.82%-
XYZ41.3451.2456.43-
YUV182.1132.4599.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.64%
GREEN value IS 201 (78.91% from 255) = 37.71%
BLUE value IS 190 (74.61% from 255) = 35.65%
R=26.64%
G=37.71%
B=35.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1422011900.2900.050.21168.8135.3367.25
Hex8EC9BE1D0515a92343
Octal21631127635052525143103
Binary10001110110010011011111011101010110101101010011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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