#6AAE82

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

Shades of Bay Leaf #6AAE82

Tints of Bay Leaf #6AAE82

Color information

#6AAE82 (or 0x6AAE82) is unknown color: approx Bay Leaf. HEX triplet: 6A, AE and 82. RGB value is (106,174,130). Sum of RGB (Red+Green+Blue) = 106+174+130=410 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.85% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAE82 is #95517D. Grayscale: #949494. Windows color (decimal): -9785726 or 8564330. OLE color: 8564330.

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

Color convert

RGB106174130-
CMYK0.3900.250.32
HSL141.18º29.57%54.9%-
HSV(B)141.18º39.08%68.24%-
XYZ25.1134.9526.54-
YUV148.65117.4797.58-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.85%
GREEN value IS 174 (68.36% from 255) = 42.44%
BLUE value IS 130 (51.17% from 255) = 31.71%
R=25.85%
G=42.44%
B=31.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1061741300.3900.250.32141.1829.5754.9
Hex6AAE8227019208d1e37
Octal15225620247031402153667
Binary110101010101110100000101001110110011000001000110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,174,130); }

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

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

 a { background-color: rgb(106,174,130); }

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

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

 span { border-color: rgb(106,174,130); }

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