#2ABC63

Color #2ABC63 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2ABC63

Tints of Medium Sea Green #2ABC63

Color information

#2ABC63 (or 0x2ABC63) is unknown color: approx Medium Sea Green. HEX triplet: 2A, BC and 63. RGB value is (42,188,99). Sum of RGB (Red+Green+Blue) = 42+188+99=329 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.77% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABC63 is #D5439C. Grayscale: #868686. Windows color (decimal): -13976477 or 6536234. OLE color: 6536234.

HSL color Cylindrical-coordinate representation of color #2ABC63: hue angle of 143.42º 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 #2ABC63 is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB4218899-
CMYK0.7800.470.26
HSL143.42º63.48%45.1%-
HSV(B)143.42º77.66%73.73%-
XYZ21.1937.3617.9-
YUV134.2108.1362.24-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.77%
GREEN value IS 188 (73.83% from 255) = 57.14%
BLUE value IS 99 (39.06% from 255) = 30.09%
R=12.77%
G=57.14%
B=30.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal42188990.7800.470.26143.4263.4845.1
Hex2ABC634E02F1A8f3f2d
Octal52274143116057322177755
Binary101010101111001100011100111001011111101010001111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2ABC63;
 }
 .AnyTagClassName
 {
   color: #2ABC63;
 }
</style>
background-color css

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

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

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

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

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

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