#2AAB72

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

Shades of Medium Sea Green #2AAB72

Tints of Medium Sea Green #2AAB72

Color information

#2AAB72 (or 0x2AAB72) is unknown color: approx Medium Sea Green. HEX triplet: 2A, AB and 72. RGB value is (42,171,114). Sum of RGB (Red+Green+Blue) = 42+171+114=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 171 (67.19% from 255 or 52.29% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB72 is #D5548D. Grayscale: #7E7E7E. Windows color (decimal): -13980814 or 7514922. OLE color: 7514922.

HSL color Cylindrical-coordinate representation of color #2AAB72: hue angle of 153.49º 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 #2AAB72 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB42171114-
CMYK0.7500.330.33
HSL153.49º60.56%41.76%-
HSV(B)153.49º75.44%67.06%-
XYZ18.5630.8320.89-
YUV125.93121.2668.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.84%
GREEN value IS 171 (67.19% from 255) = 52.29%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=12.84%
G=52.29%
B=34.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421711140.7500.330.33153.4960.5641.76
Hex2AAB724B02121993d2a
Octal52253162113041412317552
Binary1010101010101111100101001011010000110000110011001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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