#2DAC6A

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

Shades of Medium Sea Green #2DAC6A

Tints of Medium Sea Green #2DAC6A

Color information

#2DAC6A (or 0x2DAC6A) is unknown color: approx Medium Sea Green. HEX triplet: 2D, AC and 6A. RGB value is (45,172,106). Sum of RGB (Red+Green+Blue) = 45+172+106=323 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.93% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAC6A is #D25395. Grayscale: #7E7E7E. Windows color (decimal): -13783958 or 6990893. OLE color: 6990893.

HSL color Cylindrical-coordinate representation of color #2DAC6A: hue angle of 148.82º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAC6A is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB45172106-
CMYK0.7400.380.33
HSL148.82º58.53%42.55%-
HSV(B)148.82º73.84%67.45%-
XYZ18.4431.118.67-
YUV126.5116.4269.87-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.93%
GREEN value IS 172 (67.58% from 255) = 53.25%
BLUE value IS 106 (41.80% from 255) = 32.82%
R=13.93%
G=53.25%
B=32.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal451721060.7400.380.33148.8258.5342.55
Hex2DAC6A4A02621953b2b
Octal55254152112046412257353
Binary1011011010110011010101001010010011010000110010101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,172,106); }

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

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

 a { background-color: rgb(45,172,106); }

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

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

 span { border-color: rgb(45,172,106); }

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