#6EAB88

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

Shades of Bay Leaf #6EAB88

Tints of Bay Leaf #6EAB88

Color information

#6EAB88 (or 0x6EAB88) is unknown color: approx Bay Leaf. HEX triplet: 6E, AB and 88. RGB value is (110,171,136). Sum of RGB (Red+Green+Blue) = 110+171+136=417 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.38% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #6EAB88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAB88 is #915477. Grayscale: #949494. Windows color (decimal): -9524344 or 8956782. OLE color: 8956782.

HSL color Cylindrical-coordinate representation of color #6EAB88: hue angle of 145.57º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6EAB88 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB110171136-
CMYK0.3600.200.33
HSL145.57º26.64%55.1%-
HSV(B)145.57º35.67%67.06%-
XYZ25.4434.2228.56-
YUV148.77120.79100.35-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.38%
GREEN value IS 171 (67.19% from 255) = 41.01%
BLUE value IS 136 (53.52% from 255) = 32.61%
R=26.38%
G=41.01%
B=32.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101711360.3600.200.33145.5726.6455.1
Hex6EAB882401421921b37
Octal15625321044024412223367
Binary110111010101011100010001001000101001000011001001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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