#2AD870

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

Shades of Medium Sea Green #2AD870

Tints of Medium Sea Green #2AD870

Color information

#2AD870 (or 0x2AD870) is unknown color: approx Medium Sea Green. HEX triplet: 2A, D8 and 70. RGB value is (42,216,112). Sum of RGB (Red+Green+Blue) = 42+216+112=370 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.35% from 370); Green value is 216 (84.77% from 255 or 58.38% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD870 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD870 is #D5278F. Grayscale: #989898. Windows color (decimal): -13969296 or 7395370. OLE color: 7395370.

HSL color Cylindrical-coordinate representation of color #2AD870: hue angle of 144.14º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD870 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB42216112-
CMYK0.8100.480.15
HSL144.14º69.05%50.59%-
HSV(B)144.14º80.56%84.71%-
XYZ28.4450.7723.63-
YUV152.12105.3549.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.35%
GREEN value IS 216 (84.77% from 255) = 58.38%
BLUE value IS 112 (44.14% from 255) = 30.27%
R=11.35%
G=58.38%
B=30.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal422161120.8100.480.15144.1469.0550.59
Hex2AD87051030F904533
Octal523301601210601722010563
Binary101010110110001110000101000101100001111100100001000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AD870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,216,112); }

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

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

 a { background-color: rgb(42,216,112); }

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

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

 span { border-color: rgb(42,216,112); }

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