#2AAD73

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

Shades of Medium Sea Green #2AAD73

Tints of Medium Sea Green #2AAD73

Color information

#2AAD73 (or 0x2AAD73) is unknown color: approx Medium Sea Green. HEX triplet: 2A, AD and 73. RGB value is (42,173,115). Sum of RGB (Red+Green+Blue) = 42+173+115=330 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.73% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAD73 is #D5528C. Grayscale: #7F7F7F. Windows color (decimal): -13980301 or 7580970. OLE color: 7580970.

HSL color Cylindrical-coordinate representation of color #2AAD73: hue angle of 153.44º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAD73 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB42173115-
CMYK0.7600.340.32
HSL153.44º60.93%42.16%-
HSV(B)153.44º75.72%67.84%-
XYZ18.9931.6221.32-
YUV127.22121.167.22-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.73%
GREEN value IS 173 (67.97% from 255) = 52.42%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=12.73%
G=52.42%
B=34.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal421731150.7600.340.32153.4460.9342.16
Hex2AAD734C02220993d2a
Octal52255163114042402317552
Binary1010101010110111100111001100010001010000010011001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,173,115); }

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

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

 a { background-color: rgb(42,173,115); }

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

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

 span { border-color: rgb(42,173,115); }

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