#6EA988

Color #6EA988 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #6EA988

Tints of Bay Leaf #6EA988

Color information

#6EA988 (or 0x6EA988) is unknown color: approx Bay Leaf. HEX triplet: 6E, A9 and 88. RGB value is (110,169,136). Sum of RGB (Red+Green+Blue) = 110+169+136=415 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.51% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 169 - color contains mainly: green. Hex color #6EA988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA988 is #915677. Grayscale: #939393. Windows color (decimal): -9524856 or 8956270. OLE color: 8956270.

HSL color Cylindrical-coordinate representation of color #6EA988: hue angle of 146.44º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6EA988 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB110169136-
CMYK0.3500.200.34
HSL146.44º25.54%54.71%-
HSV(B)146.44º34.91%66.27%-
XYZ25.0633.4728.43-
YUV147.6121.45101.18-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.51%
GREEN value IS 169 (66.41% from 255) = 40.72%
BLUE value IS 136 (53.52% from 255) = 32.77%
R=26.51%
G=40.72%
B=32.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1101691360.3500.200.34146.4425.5454.71
Hex6EA9882301422921a37
Octal15625121043024422223267
Binary110111010101001100010001000110101001000101001001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EA988; }

 p { color: rgb(110,169,136); }

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

<style>
 a { background-color: #6EA988; }

 a { background-color: rgb(110,169,136); }

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

<style>
 span { border-color: #6EA988; }

 span { border-color: rgb(110,169,136); }

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