Html Css Color HEX #2ABA70 Medium Sea Green

📋 copy color: '#2ABA70'

red 42 ◦ green 186 ◦ blue 112

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

Shades of Medium Sea Green #2ABA70

Tints of Medium Sea Green #2ABA70

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.71%

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

R = 12.35%
G = 54.71%
B = 32.94%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#2ABA70 (or 0x2ABA70) is known color: Medium Sea Green. HEX triplet: 2A, BA and 70. RGB value is (42,186,112). Sum of RGB (Red+Green+Blue) = 42+186+112=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABA70 is #D5458F. Grayscale: #868686. Windows color (decimal): -13976976 or 7387690. OLE color: 7387690.

HSL color Cylindrical-coordinate representation of color #2ABA70: hue angle of 149.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ABA70 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 186 112 -
CMYK 0.77 0 0.40 0.27
HSL 149.17º 0.63% 0.45% -
HSV(B) 149.17º 0.77% 0.73% -
XYZ 21.44 36.78 21.3 -
YUV 134.51 115.29 62.02 -
System Red Green Blue C M Y K H S L
Decimal 42 186 112 0.77 0 0.40 0.27 149.17 0.63 0.45
Hex 2A BA 70 4D 0 28 1B 95 3F 2D
Octal 52 272 160 115 0 50 33 225 77 55
Binary 101010 10111010 1110000 1001101 0 101000 11011 10010101 111111 101101

Color Harmonies of #2ABA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABA70

Black with #2ABA70

Text Example


Text Example

White with #2ABA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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