Html Css Color HEX #2ABA5A Medium Sea Green

📋 copy color: '#2ABA5A'

red 42 ◦ green 186 ◦ blue 90

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

Shades of Medium Sea Green #2ABA5A

Tints of Medium Sea Green #2ABA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.3%

R = 13.21%
G = 58.49%
B = 28.3%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#2ABA5A (or 0x2ABA5A) is known color: Medium Sea Green. HEX triplet: 2A, BA and 5A. RGB value is (42,186,90). Sum of RGB (Red+Green+Blue) = 42+186+90=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABA5A is #D545A5. Grayscale: #848484. Windows color (decimal): -13976998 or 5945898. OLE color: 5945898.

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

Color convert

RGB 42 186 90 -
CMYK 0.77 0 0.52 0.27
HSL 140º 0.63% 0.45% -
HSV(B) 140º 0.77% 0.73% -
XYZ 20.36 36.35 15.62 -
YUV 132 104.29 63.81 -
System Red Green Blue C M Y K H S L
Decimal 42 186 90 0.77 0 0.52 0.27 140 0.63 0.45
Hex 2A BA 5A 4D 0 34 1B 8C 3F 2D
Octal 52 272 132 115 0 64 33 214 77 55
Binary 101010 10111010 1011010 1001101 0 110100 11011 10001100 111111 101101

Color Harmonies of #2ABA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABA5A

Black with #2ABA5A

Text Example


Text Example

White with #2ABA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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