Html Css Color HEX #2ABC56 Medium Sea Green

📋 copy color: '#2ABC56'

red 42 ◦ green 188 ◦ blue 86

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

Shades of Medium Sea Green #2ABC56

Tints of Medium Sea Green #2ABC56

RGB

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

 GREEN value IS 188 (73.83% from 255) = 59.49%

 BLUE value IS 86 (33.98% from 255) = 27.22%

R = 13.29%
G = 59.49%
B = 27.22%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#2ABC56 (or 0x2ABC56) is known color: Medium Sea Green. HEX triplet: 2A, BC and 56. RGB value is (42,188,86). Sum of RGB (Red+Green+Blue) = 42+188+86=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 188 (73.83% from 255 or 59.49% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABC56 is #D543A9. Grayscale: #848484. Windows color (decimal): -13976490 or 5684266. OLE color: 5684266.

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

Color convert

RGB 42 188 86 -
CMYK 0.78 0 0.54 0.26
HSL 138.08º 0.63% 0.45% -
HSV(B) 138.08º 0.78% 0.74% -
XYZ 20.62 37.13 14.88 -
YUV 132.72 101.63 63.29 -
System Red Green Blue C M Y K H S L
Decimal 42 188 86 0.78 0 0.54 0.26 138.08 0.63 0.45
Hex 2A BC 56 4E 0 36 1A 8A 3F 2D
Octal 52 274 126 116 0 66 32 212 77 55
Binary 101010 10111100 1010110 1001110 0 110110 11010 10001010 111111 101101

Color Harmonies of #2ABC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABC56

Black with #2ABC56

Text Example


Text Example

White with #2ABC56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,188,86); }

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

background-color css

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

 a { background-color: rgb(42,188,86); }

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

border-color css

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

 span { border-color: rgb(42,188,86); }

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