#2AB469

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

Shades of Medium Sea Green #2AB469

Tints of Medium Sea Green #2AB469

Color information

#2AB469 (or 0x2AB469) is unknown color: approx Medium Sea Green. HEX triplet: 2A, B4 and 69. RGB value is (42,180,105). Sum of RGB (Red+Green+Blue) = 42+180+105=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB469 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB469 is #D54B96. Grayscale: #828282. Windows color (decimal): -13978519 or 6927402. OLE color: 6927402.

HSL color Cylindrical-coordinate representation of color #2AB469: hue angle of 147.39º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB469 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB42180105-
CMYK0.7700.420.29
HSL147.39º62.16%43.53%-
HSV(B)147.39º76.67%70.59%-
XYZ19.8334.1518.91-
YUV130.19113.7865.1-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.84%
GREEN value IS 180 (70.70% from 255) = 55.05%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=12.84%
G=55.05%
B=32.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal421801050.7700.420.29147.3962.1643.53
Hex2AB4694D02A1D933e2c
Octal52264151115052352237654
Binary101010101101001101001100110101010101110110010011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,180,105); }

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

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

 a { background-color: rgb(42,180,105); }

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

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

 span { border-color: rgb(42,180,105); }

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