Html Css Color HEX #32AC74 Medium Sea Green

📋 copy color: '#32AC74'

red 50 ◦ green 172 ◦ blue 116

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

Shades of Medium Sea Green #32AC74

Tints of Medium Sea Green #32AC74

RGB

 RED value IS 50 (19.92% from 255) = 14.79%

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

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

R = 14.79%
G = 50.89%
B = 34.32%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#32AC74 (or 0x32AC74) is known color: Medium Sea Green. HEX triplet: 32, AC and 74. RGB value is (50,172,116). Sum of RGB (Red+Green+Blue) = 50+172+116=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AC74 is #CD538B. Grayscale: #818181. Windows color (decimal): -13456268 or 7646258. OLE color: 7646258.

HSL color Cylindrical-coordinate representation of color #32AC74: hue angle of 152.46º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AC74 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 172 116 -
CMYK 0.71 0 0.33 0.33
HSL 152.46º 0.55% 0.44% -
HSV(B) 152.46º 0.71% 0.67% -
XYZ 19.22 31.44 21.58 -
YUV 129.14 120.58 71.55 -
System Red Green Blue C M Y K H S L
Decimal 50 172 116 0.71 0 0.33 0.33 152.46 0.55 0.44
Hex 32 AC 74 47 0 21 21 98 37 2C
Octal 62 254 164 107 0 41 41 230 67 54
Binary 110010 10101100 1110100 1000111 0 100001 100001 10011000 110111 101100

Color Harmonies of #32AC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AC74

Black with #32AC74

Text Example


Text Example

White with #32AC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32AC74; }

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

 H1.HeaderClassName
 {
   color: #32AC74;
 }
 .AnyTagClassName
 {
   color: #32AC74;
 }
</style>

background-color css

<style>
 a { background-color: #32AC74; }

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

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

border-color css

<style>
 span { border-color: #32AC74; }

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

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