Html Css Color HEX #2ABA5D Medium Sea Green

📋 copy color: '#2ABA5D'

red 42 ◦ green 186 ◦ blue 93

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

Shades of Medium Sea Green #2ABA5D

Tints of Medium Sea Green #2ABA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.97%

R = 13.08%
G = 57.94%
B = 28.97%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#2ABA5D (or 0x2ABA5D) is known color: Medium Sea Green. HEX triplet: 2A, BA and 5D. RGB value is (42,186,93). Sum of RGB (Red+Green+Blue) = 42+186+93=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABA5D is #D545A2. Grayscale: #848484. Windows color (decimal): -13976995 or 6142506. OLE color: 6142506.

HSL color Cylindrical-coordinate representation of color #2ABA5D: hue angle of 141.25º 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 #2ABA5D is Cyan = 0.77, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 186 93 -
CMYK 0.77 0 0.5 0.27
HSL 141.25º 0.63% 0.45% -
HSV(B) 141.25º 0.77% 0.73% -
XYZ 20.49 36.4 16.3 -
YUV 132.34 105.79 63.56 -
System Red Green Blue C M Y K H S L
Decimal 42 186 93 0.77 0 0.5 0.27 141.25 0.63 0.45
Hex 2A BA 5D 4D 0 32 1B 8D 3F 2D
Octal 52 272 135 115 0 62 33 215 77 55
Binary 101010 10111010 1011101 1001101 0 110010 11011 10001101 111111 101101

Color Harmonies of #2ABA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABA5D

Black with #2ABA5D

Text Example


Text Example

White with #2ABA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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