Html Css Color HEX #32C380 Medium Sea Green

📋 copy color: '#32C380'

red 50 ◦ green 195 ◦ blue 128

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

Shades of Medium Sea Green #32C380

Tints of Medium Sea Green #32C380

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.28%

 BLUE value IS 128 (50.39% from 255) = 34.32%

R = 13.4%
G = 52.28%
B = 34.32%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#32C380 (or 0x32C380) is known color: Medium Sea Green. HEX triplet: 32, C3 and 80. RGB value is (50,195,128). Sum of RGB (Red+Green+Blue) = 50+195+128=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #32C380 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C380 is #CD3C7F. Grayscale: #909090. Windows color (decimal): -13450368 or 8438578. OLE color: 8438578.

HSL color Cylindrical-coordinate representation of color #32C380: hue angle of 152.28º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C380 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 50 195 128 -
CMYK 0.74 0 0.34 0.24
HSL 152.28º 0.59% 0.48% -
HSV(B) 152.28º 0.74% 0.76% -
XYZ 24.73 41.27 27.08 -
YUV 144.01 118.96 60.95 -
System Red Green Blue C M Y K H S L
Decimal 50 195 128 0.74 0 0.34 0.24 152.28 0.59 0.48
Hex 32 C3 80 4A 0 22 18 98 3B 30
Octal 62 303 200 112 0 42 30 230 73 60
Binary 110010 11000011 10000000 1001010 0 100010 11000 10011000 111011 110000

Color Harmonies of #32C380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C380

Black with #32C380

Text Example


Text Example

White with #32C380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,195,128); }

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

background-color css

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

 a { background-color: rgb(50,195,128); }

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

border-color css

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

 span { border-color: rgb(50,195,128); }

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