#6DAE8A

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

Shades of Bay Leaf #6DAE8A

Tints of Bay Leaf #6DAE8A

Color information

#6DAE8A (or 0x6DAE8A) is unknown color: approx Bay Leaf. HEX triplet: 6D, AE and 8A. RGB value is (109,174,138). Sum of RGB (Red+Green+Blue) = 109+174+138=421 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.89% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 174 - color contains mainly: green. Hex color #6DAE8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAE8A is #925175. Grayscale: #969696. Windows color (decimal): -9589110 or 9088621. OLE color: 9088621.

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

Color convert

RGB109174138-
CMYK0.3700.210.32
HSL146.77º28.63%55.49%-
HSV(B)146.77º37.36%68.24%-
XYZ26.0335.3629.5-
YUV150.46120.9798.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.89%
GREEN value IS 174 (68.36% from 255) = 41.33%
BLUE value IS 138 (54.30% from 255) = 32.78%
R=25.89%
G=41.33%
B=32.78%

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
Decimal1091741380.3700.210.32146.7728.6355.49
Hex6DAE8A2501520931d37
Octal15525621245025402233567
Binary110110110101110100010101001010101011000001001001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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