#2ABA6C

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

Shades of Medium Sea Green #2ABA6C

Tints of Medium Sea Green #2ABA6C

Color information

#2ABA6C (or 0x2ABA6C) is unknown color: approx Medium Sea Green. HEX triplet: 2A, BA and 6C. RGB value is (42,186,108). Sum of RGB (Red+Green+Blue) = 42+186+108=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABA6C is #D54593. Grayscale: #868686. Windows color (decimal): -13976980 or 7125546. OLE color: 7125546.

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

Color convert

RGB42186108-
CMYK0.7700.420.27
HSL147.5º63.16%44.71%-
HSV(B)147.5º77.42%72.94%-
XYZ21.2236.6920.15-
YUV134.05113.2962.34-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.5%
GREEN value IS 186 (73.05% from 255) = 55.36%
BLUE value IS 108 (42.58% from 255) = 32.14%
R=12.5%
G=55.36%
B=32.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421861080.7700.420.27147.563.1644.71
Hex2ABA6C4D02A1B943f2d
Octal52272154115052332247755
Binary101010101110101101100100110101010101101110010100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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