Html Css Color HEX #2AC17A Medium Sea Green

📋 copy color: '#2AC17A'

red 42 ◦ green 193 ◦ blue 122

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

Shades of Medium Sea Green #2AC17A

Tints of Medium Sea Green #2AC17A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 54.06%

 BLUE value IS 122 (48.05% from 255) = 34.17%

R = 11.76%
G = 54.06%
B = 34.17%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#2AC17A (or 0x2AC17A) is known color: Medium Sea Green. HEX triplet: 2A, C1 and 7A. RGB value is (42,193,122). Sum of RGB (Red+Green+Blue) = 42+193+122=357 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.76% from 357); Green value is 193 (75.78% from 255 or 54.06% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC17A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC17A is #D53E85. Grayscale: #8B8B8B. Windows color (decimal): -13975174 or 8044842. OLE color: 8044842.

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

Color convert

RGB 42 193 122 -
CMYK 0.78 0 0.37 0.24
HSL 151.79º 0.64% 0.46% -
HSV(B) 151.79º 0.78% 0.76% -
XYZ 23.54 40.04 24.9 -
YUV 139.76 117.97 58.27 -
System Red Green Blue C M Y K H S L
Decimal 42 193 122 0.78 0 0.37 0.24 151.79 0.64 0.46
Hex 2A C1 7A 4E 0 25 18 98 40 2E
Octal 52 301 172 116 0 45 30 230 100 56
Binary 101010 11000001 1111010 1001110 0 100101 11000 10011000 1000000 101110

Color Harmonies of #2AC17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC17A

Black with #2AC17A

Text Example


Text Example

White with #2AC17A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,193,122); }

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

background-color css

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

 a { background-color: rgb(42,193,122); }

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

border-color css

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

 span { border-color: rgb(42,193,122); }

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