Html Css Color HEX #2AC274 Medium Sea Green

📋 copy color: '#2AC274'

red 42 ◦ green 194 ◦ blue 116

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

Shades of Medium Sea Green #2AC274

Tints of Medium Sea Green #2AC274

RGB

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

 GREEN value IS 194 (76.17% from 255) = 55.11%

 BLUE value IS 116 (45.7% from 255) = 32.95%

R = 11.93%
G = 55.11%
B = 32.95%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#2AC274 (or 0x2AC274) is known color: Medium Sea Green. HEX triplet: 2A, C2 and 74. RGB value is (42,194,116). Sum of RGB (Red+Green+Blue) = 42+194+116=352 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.93% from 352); Green value is 194 (76.17% from 255 or 55.11% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC274 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC274 is #D53D8B. Grayscale: #8B8B8B. Windows color (decimal): -13974924 or 7651882. OLE color: 7651882.

HSL color Cylindrical-coordinate representation of color #2AC274: hue angle of 149.21º 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 #2AC274 is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 42 194 116 -
CMYK 0.78 0 0.40 0.24
HSL 149.21º 0.64% 0.46% -
HSV(B) 149.21º 0.78% 0.76% -
XYZ 23.4 40.34 23.08 -
YUV 139.66 114.64 58.34 -
System Red Green Blue C M Y K H S L
Decimal 42 194 116 0.78 0 0.40 0.24 149.21 0.64 0.46
Hex 2A C2 74 4E 0 28 18 95 40 2E
Octal 52 302 164 116 0 50 30 225 100 56
Binary 101010 11000010 1110100 1001110 0 101000 11000 10010101 1000000 101110

Color Harmonies of #2AC274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC274

Black with #2AC274

Text Example


Text Example

White with #2AC274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,194,116); }

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

background-color css

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

 a { background-color: rgb(42,194,116); }

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

border-color css

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

 span { border-color: rgb(42,194,116); }

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