Html Css Color HEX #2AC06A Medium Sea Green

📋 copy color: '#2AC06A'

red 42 ◦ green 192 ◦ blue 106

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

Shades of Medium Sea Green #2AC06A

Tints of Medium Sea Green #2AC06A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.47%

 BLUE value IS 106 (41.8% from 255) = 31.18%

R = 12.35%
G = 56.47%
B = 31.18%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#2AC06A (or 0x2AC06A) is known color: Medium Sea Green. HEX triplet: 2A, C0 and 6A. RGB value is (42,192,106). Sum of RGB (Red+Green+Blue) = 42+192+106=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 192 (75.39% from 255 or 56.47% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC06A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC06A is #D53F95. Grayscale: #898989. Windows color (decimal): -13975446 or 6996010. OLE color: 6996010.

HSL color Cylindrical-coordinate representation of color #2AC06A: hue angle of 145.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC06A is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 192 106 -
CMYK 0.78 0 0.45 0.25
HSL 145.6º 0.64% 0.46% -
HSV(B) 145.6º 0.78% 0.75% -
XYZ 22.41 39.23 20.03 -
YUV 137.35 110.31 59.99 -
System Red Green Blue C M Y K H S L
Decimal 42 192 106 0.78 0 0.45 0.25 145.6 0.64 0.46
Hex 2A C0 6A 4E 0 2D 19 92 40 2E
Octal 52 300 152 116 0 55 31 222 100 56
Binary 101010 11000000 1101010 1001110 0 101101 11001 10010010 1000000 101110

Color Harmonies of #2AC06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC06A

Black with #2AC06A

Text Example


Text Example

White with #2AC06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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