#2DAE6F

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

Shades of Medium Sea Green #2DAE6F

Tints of Medium Sea Green #2DAE6F

Color information

#2DAE6F (or 0x2DAE6F) is unknown color: approx Medium Sea Green. HEX triplet: 2D, AE and 6F. RGB value is (45,174,111). Sum of RGB (Red+Green+Blue) = 45+174+111=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 174 (68.36% from 255 or 52.73% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAE6F is #D25190. Grayscale: #808080. Windows color (decimal): -13783441 or 7319085. OLE color: 7319085.

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

Color convert

RGB45174111-
CMYK0.7400.360.32
HSL150.7º58.9%42.94%-
HSV(B)150.7º74.14%68.24%-
XYZ19.0931.9820.21-
YUV128.25118.2668.62-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.64%
GREEN value IS 174 (68.36% from 255) = 52.73%
BLUE value IS 111 (43.75% from 255) = 33.64%
R=13.64%
G=52.73%
B=33.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal451741110.7400.360.32150.758.942.94
Hex2DAE6F4A02420973b2b
Octal55256157112044402277353
Binary1011011010111011011111001010010010010000010010111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,174,111); }

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

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

 a { background-color: rgb(45,174,111); }

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

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

 span { border-color: rgb(45,174,111); }

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