Html Css Color HEX #2CAC74 Medium Sea Green

📋 copy color: '#2CAC74'

red 44 ◦ green 172 ◦ blue 116

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

Shades of Medium Sea Green #2CAC74

Tints of Medium Sea Green #2CAC74

RGB

 RED value IS 44 (17.58% from 255) = 13.25%

 GREEN value IS 172 (67.58% from 255) = 51.81%

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

R = 13.25%
G = 51.81%
B = 34.94%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#2CAC74 (or 0x2CAC74) is known color: Medium Sea Green. HEX triplet: 2C, AC and 74. RGB value is (44,172,116). Sum of RGB (Red+Green+Blue) = 44+172+116=332 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.25% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAC74 is #D3538B. Grayscale: #7F7F7F. Windows color (decimal): -13849484 or 7646252. OLE color: 7646252.

HSL color Cylindrical-coordinate representation of color #2CAC74: hue angle of 153.75º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CAC74 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 44 172 116 -
CMYK 0.74 0 0.33 0.33
HSL 153.75º 0.59% 0.42% -
HSV(B) 153.75º 0.74% 0.67% -
XYZ 18.94 31.3 21.57 -
YUV 127.34 121.59 68.55 -
System Red Green Blue C M Y K H S L
Decimal 44 172 116 0.74 0 0.33 0.33 153.75 0.59 0.42
Hex 2C AC 74 4A 0 21 21 9A 3B 2A
Octal 54 254 164 112 0 41 41 232 73 52
Binary 101100 10101100 1110100 1001010 0 100001 100001 10011010 111011 101010

Color Harmonies of #2CAC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CAC74

Black with #2CAC74

Text Example


Text Example

White with #2CAC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,172,116); }

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

background-color css

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

 a { background-color: rgb(44,172,116); }

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

border-color css

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

 span { border-color: rgb(44,172,116); }

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