Html Css Color HEX #2ACE75 Medium Sea Green

📋 copy color: '#2ACE75'

red 42 ◦ green 206 ◦ blue 117

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

Shades of Medium Sea Green #2ACE75

Tints of Medium Sea Green #2ACE75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.05%

R = 11.51%
G = 56.44%
B = 32.05%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#2ACE75 (or 0x2ACE75) is known color: Medium Sea Green. HEX triplet: 2A, CE and 75. RGB value is (42,206,117). Sum of RGB (Red+Green+Blue) = 42+206+117=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 206 (80.86% from 255 or 56.44% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACE75 is #D5318A. Grayscale: #939393. Windows color (decimal): -13971851 or 7720490. OLE color: 7720490.

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

Color convert

RGB 42 206 117 -
CMYK 0.80 0 0.43 0.19
HSL 147.44º 0.66% 0.49% -
HSV(B) 147.44º 0.8% 0.81% -
XYZ 26.24 45.92 24.31 -
YUV 146.82 111.17 53.24 -
System Red Green Blue C M Y K H S L
Decimal 42 206 117 0.80 0 0.43 0.19 147.44 0.66 0.49
Hex 2A CE 75 50 0 2B 13 93 42 31
Octal 52 316 165 120 0 53 23 223 102 61
Binary 101010 11001110 1110101 1010000 0 101011 10011 10010011 1000010 110001

Color Harmonies of #2ACE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACE75

Black with #2ACE75

Text Example


Text Example

White with #2ACE75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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