Html Css Color HEX #2ABB5F Medium Sea Green

📋 copy color: '#2ABB5F'

red 42 ◦ green 187 ◦ blue 95

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

Shades of Medium Sea Green #2ABB5F

Tints of Medium Sea Green #2ABB5F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 57.72%

 BLUE value IS 95 (37.5% from 255) = 29.32%

R = 12.96%
G = 57.72%
B = 29.32%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#2ABB5F (or 0x2ABB5F) is known color: Medium Sea Green. HEX triplet: 2A, BB and 5F. RGB value is (42,187,95). Sum of RGB (Red+Green+Blue) = 42+187+95=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 187 (73.44% from 255 or 57.72% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABB5F is #D544A0. Grayscale: #858585. Windows color (decimal): -13976737 or 6273834. OLE color: 6273834.

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

Color convert

RGB 42 187 95 -
CMYK 0.78 0 0.49 0.27
HSL 141.93º 0.63% 0.45% -
HSV(B) 141.93º 0.78% 0.73% -
XYZ 20.79 36.86 16.85 -
YUV 133.16 106.46 62.98 -
System Red Green Blue C M Y K H S L
Decimal 42 187 95 0.78 0 0.49 0.27 141.93 0.63 0.45
Hex 2A BB 5F 4E 0 31 1B 8E 3F 2D
Octal 52 273 137 116 0 61 33 216 77 55
Binary 101010 10111011 1011111 1001110 0 110001 11011 10001110 111111 101101

Color Harmonies of #2ABB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABB5F

Black with #2ABB5F

Text Example


Text Example

White with #2ABB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,187,95); }

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

background-color css

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

 a { background-color: rgb(42,187,95); }

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

border-color css

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

 span { border-color: rgb(42,187,95); }

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