#2ACE6A

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

Shades of Medium Sea Green #2ACE6A

Tints of Medium Sea Green #2ACE6A

Color information

#2ACE6A (or 0x2ACE6A) is unknown color: approx Medium Sea Green. HEX triplet: 2A, CE and 6A. RGB value is (42,206,106). Sum of RGB (Red+Green+Blue) = 42+206+106=354 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.86% from 354); Green value is 206 (80.86% from 255 or 58.19% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACE6A is #D53195. Grayscale: #919191. Windows color (decimal): -13971862 or 6999594. OLE color: 6999594.

HSL color Cylindrical-coordinate representation of color #2ACE6A: hue angle of 143.41º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACE6A is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB42206106-
CMYK0.8000.490.19
HSL143.41º66.13%48.63%-
HSV(B)143.41º79.61%80.78%-
XYZ25.6345.6821.1-
YUV145.56105.6754.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.86%
GREEN value IS 206 (80.86% from 255) = 58.19%
BLUE value IS 106 (41.80% from 255) = 29.94%
R=11.86%
G=58.19%
B=29.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal422061060.8000.490.19143.4166.1348.63
Hex2ACE6A50031138f4231
Octal523161521200612321710261
Binary1010101100111011010101010000011000110011100011111000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,206,106); }

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

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

 a { background-color: rgb(42,206,106); }

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

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

 span { border-color: rgb(42,206,106); }

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