#2ABA76

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

Shades of Medium Sea Green #2ABA76

Tints of Medium Sea Green #2ABA76

Color information

#2ABA76 (or 0x2ABA76) is unknown color: approx Medium Sea Green. HEX triplet: 2A, BA and 76. RGB value is (42,186,118). Sum of RGB (Red+Green+Blue) = 42+186+118=346 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.14% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABA76 is #D54589. Grayscale: #878787. Windows color (decimal): -13976970 or 7780906. OLE color: 7780906.

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

Color convert

RGB42186118-
CMYK0.7700.370.27
HSL151.67º63.16%44.71%-
HSV(B)151.67º77.42%72.94%-
XYZ21.7836.9223.12-
YUV135.19118.2961.53-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.14%
GREEN value IS 186 (73.05% from 255) = 53.76%
BLUE value IS 118 (46.48% from 255) = 34.10%
R=12.14%
G=53.76%
B=34.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421861180.7700.370.27151.6763.1644.71
Hex2ABA764D0251B983f2d
Octal52272166115045332307755
Binary101010101110101110110100110101001011101110011000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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