Html Css Color HEX #2ACE6C Medium Sea Green

📋 copy color: '#2ACE6C'

red 42 ◦ green 206 ◦ blue 108

#2ACE6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Sea Green #2ACE6C

Tints of Medium Sea Green #2ACE6C

RGB

 RED value IS 42 (16.8% from 255) = 11.8%

 GREEN value IS 206 (80.86% from 255) = 57.87%

 BLUE value IS 108 (42.58% from 255) = 30.34%

R = 11.8%
G = 57.87%
B = 30.34%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#2ACE6C (or 0x2ACE6C) is known color: Medium Sea Green. HEX triplet: 2A, CE and 6C. RGB value is (42,206,108). Sum of RGB (Red+Green+Blue) = 42+206+108=356 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.80% from 356); Green value is 206 (80.86% from 255 or 57.87% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACE6C is #D53193. Grayscale: #929292. Windows color (decimal): -13971860 or 7130666. OLE color: 7130666.

HSL color Cylindrical-coordinate representation of color #2ACE6C: hue angle of 144.15º 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 #2ACE6C is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 206 108 -
CMYK 0.80 0 0.48 0.19
HSL 144.15º 0.66% 0.49% -
HSV(B) 144.15º 0.8% 0.81% -
XYZ 25.73 45.72 21.66 -
YUV 145.79 106.67 53.97 -
System Red Green Blue C M Y K H S L
Decimal 42 206 108 0.80 0 0.48 0.19 144.15 0.66 0.49
Hex 2A CE 6C 50 0 30 13 90 42 31
Octal 52 316 154 120 0 60 23 220 102 61
Binary 101010 11001110 1101100 1010000 0 110000 10011 10010000 1000010 110001

Color Harmonies of #2ACE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACE6C

Black with #2ACE6C

Text Example


Text Example

White with #2ACE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2ACE6C;
 }
 .AnyTagClassName
 {
   color: #2ACE6C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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