#2ABA7A

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

Shades of Medium Sea Green #2ABA7A

Tints of Medium Sea Green #2ABA7A

Color information

#2ABA7A (or 0x2ABA7A) is unknown color: approx Medium Sea Green. HEX triplet: 2A, BA and 7A. RGB value is (42,186,122). Sum of RGB (Red+Green+Blue) = 42+186+122=350 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABA7A is #D54585. Grayscale: #878787. Windows color (decimal): -13976966 or 8043050. OLE color: 8043050.

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

Color convert

RGB42186122-
CMYK0.7700.340.27
HSL153.33º63.16%44.71%-
HSV(B)153.33º77.42%72.94%-
XYZ22.0337.0224.4-
YUV135.65120.2961.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12%
GREEN value IS 186 (73.05% from 255) = 53.14%
BLUE value IS 122 (48.05% from 255) = 34.86%
R=12%
G=53.14%
B=34.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421861220.7700.340.27153.3363.1644.71
Hex2ABA7A4D0221B993f2d
Octal52272172115042332317755
Binary101010101110101111010100110101000101101110011001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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