#6EAE8A

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

Shades of Bay Leaf #6EAE8A

Tints of Bay Leaf #6EAE8A

Color information

#6EAE8A (or 0x6EAE8A) is unknown color: approx Bay Leaf. HEX triplet: 6E, AE and 8A. RGB value is (110,174,138). Sum of RGB (Red+Green+Blue) = 110+174+138=422 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.07% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 174 - color contains mainly: green. Hex color #6EAE8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAE8A is #915175. Grayscale: #969696. Windows color (decimal): -9523574 or 9088622. OLE color: 9088622.

HSL color Cylindrical-coordinate representation of color #6EAE8A: hue angle of 146.25º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6EAE8A is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB110174138-
CMYK0.3700.210.32
HSL146.25º28.32%55.69%-
HSV(B)146.25º36.78%68.24%-
XYZ26.1535.4229.5-
YUV150.76120.898.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.07%
GREEN value IS 174 (68.36% from 255) = 41.23%
BLUE value IS 138 (54.30% from 255) = 32.70%
R=26.07%
G=41.23%
B=32.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101741380.3700.210.32146.2528.3255.69
Hex6EAE8A2501520921c38
Octal15625621245025402223470
Binary110111010101110100010101001010101011000001001001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,174,138); }

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

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

 a { background-color: rgb(110,174,138); }

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

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

 span { border-color: rgb(110,174,138); }

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