#2DAA6A

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

Shades of Medium Sea Green #2DAA6A

Tints of Medium Sea Green #2DAA6A

Color information

#2DAA6A (or 0x2DAA6A) is unknown color: approx Medium Sea Green. HEX triplet: 2D, AA and 6A. RGB value is (45,170,106). Sum of RGB (Red+Green+Blue) = 45+170+106=321 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.02% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAA6A is #D25595. Grayscale: #7D7D7D. Windows color (decimal): -13784470 or 6990381. OLE color: 6990381.

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

Color convert

RGB45170106-
CMYK0.7400.380.33
HSL149.28º58.14%42.16%-
HSV(B)149.28º73.53%66.67%-
XYZ18.0630.3518.54-
YUV125.33117.0970.7-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.02%
GREEN value IS 170 (66.80% from 255) = 52.96%
BLUE value IS 106 (41.80% from 255) = 33.02%
R=14.02%
G=52.96%
B=33.02%

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
Decimal451701060.7400.380.33149.2858.1442.16
Hex2DAA6A4A02621953a2a
Octal55252152112046412257252
Binary1011011010101011010101001010010011010000110010101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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