Html Css Color HEX #2AC370 Medium Sea Green

📋 copy color: '#2AC370'

red 42 ◦ green 195 ◦ blue 112

#2AC370
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Sea Green #2AC370

Tints of Medium Sea Green #2AC370

RGB

 RED value IS 42 (16.8% from 255) = 12.03%

 GREEN value IS 195 (76.56% from 255) = 55.87%

 BLUE value IS 112 (44.14% from 255) = 32.09%

R = 12.03%
G = 55.87%
B = 32.09%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#2AC370 (or 0x2AC370) is known color: Medium Sea Green. HEX triplet: 2A, C3 and 70. RGB value is (42,195,112). Sum of RGB (Red+Green+Blue) = 42+195+112=349 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.03% from 349); Green value is 195 (76.56% from 255 or 55.87% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC370 is #D53C8F. Grayscale: #8B8B8B. Windows color (decimal): -13974672 or 7389994. OLE color: 7389994.

HSL color Cylindrical-coordinate representation of color #2AC370: hue angle of 147.45º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC370 is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 42 195 112 -
CMYK 0.78 0 0.43 0.24
HSL 147.45º 0.65% 0.46% -
HSV(B) 147.45º 0.78% 0.76% -
XYZ 23.39 40.69 21.95 -
YUV 139.79 112.31 58.25 -
System Red Green Blue C M Y K H S L
Decimal 42 195 112 0.78 0 0.43 0.24 147.45 0.65 0.46
Hex 2A C3 70 4E 0 2B 18 93 41 2E
Octal 52 303 160 116 0 53 30 223 101 56
Binary 101010 11000011 1110000 1001110 0 101011 11000 10010011 1000001 101110

Color Harmonies of #2AC370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC370

Black with #2AC370

Text Example


Text Example

White with #2AC370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2AC370;
 }
 .AnyTagClassName
 {
   color: #2AC370;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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