#2AAB6E

Color #2AAB6E Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2AAB6E

Tints of Medium Sea Green #2AAB6E

Color information

#2AAB6E (or 0x2AAB6E) is unknown color: approx Medium Sea Green. HEX triplet: 2A, AB and 6E. RGB value is (42,171,110). Sum of RGB (Red+Green+Blue) = 42+171+110=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB6E is #D55491. Grayscale: #7D7D7D. Windows color (decimal): -13980818 or 7252778. OLE color: 7252778.

HSL color Cylindrical-coordinate representation of color #2AAB6E: hue angle of 151.63º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAB6E is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB42171110-
CMYK0.7500.360.33
HSL151.63º60.56%41.76%-
HSV(B)151.63º75.44%67.06%-
XYZ18.3330.7419.72-
YUV125.48119.2668.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.00%
GREEN value IS 171 (67.19% from 255) = 52.94%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=13.00%
G=52.94%
B=34.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421711100.7500.360.33151.6360.5641.76
Hex2AAB6E4B02421983d2a
Octal52253156113044412307552
Binary1010101010101111011101001011010010010000110011000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AAB6E; }

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

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

<style>
 a { background-color: #2AAB6E; }

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

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

<style>
 span { border-color: #2AAB6E; }

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

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