#2ABA6A

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

Shades of Medium Sea Green #2ABA6A

Tints of Medium Sea Green #2ABA6A

Color information

#2ABA6A (or 0x2ABA6A) is unknown color: approx Medium Sea Green. HEX triplet: 2A, BA and 6A. RGB value is (42,186,106). Sum of RGB (Red+Green+Blue) = 42+186+106=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABA6A is #D54595. Grayscale: #868686. Windows color (decimal): -13976982 or 6994474. OLE color: 6994474.

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

Color convert

RGB42186106-
CMYK0.7700.430.27
HSL146.67º63.16%44.71%-
HSV(B)146.67º77.42%72.94%-
XYZ21.1236.6519.6-
YUV133.82112.2962.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.57%
GREEN value IS 186 (73.05% from 255) = 55.69%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=12.57%
G=55.69%
B=31.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421861060.7700.430.27146.6763.1644.71
Hex2ABA6A4D02B1B933f2d
Octal52272152115053332237755
Binary101010101110101101010100110101010111101110010011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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