#2AB272

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

Shades of Medium Sea Green #2AB272

Tints of Medium Sea Green #2AB272

Color information

#2AB272 (or 0x2AB272) is unknown color: approx Medium Sea Green. HEX triplet: 2A, B2 and 72. RGB value is (42,178,114). Sum of RGB (Red+Green+Blue) = 42+178+114=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 178 (69.92% from 255 or 53.29% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AB272 is #D54D8D. Grayscale: #828282. Windows color (decimal): -13979022 or 7516714. OLE color: 7516714.

HSL color Cylindrical-coordinate representation of color #2AB272: hue angle of 151.76º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AB272 is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB42178114-
CMYK0.7600.360.30
HSL151.76º61.82%43.14%-
HSV(B)151.76º76.4%69.8%-
XYZ19.9133.5521.35-
YUV130.04118.9465.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.57%
GREEN value IS 178 (69.92% from 255) = 53.29%
BLUE value IS 114 (44.92% from 255) = 34.13%
R=12.57%
G=53.29%
B=34.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal421781140.7600.360.30151.7661.8243.14
Hex2AB2724C0241E983e2b
Octal52262162114044362307653
Binary101010101100101110010100110001001001111010011000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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