Html Css Color HEX #32C375 Medium Sea Green

📋 copy color: '#32C375'

red 50 ◦ green 195 ◦ blue 117

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

Shades of Medium Sea Green #32C375

Tints of Medium Sea Green #32C375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.32%

R = 13.81%
G = 53.87%
B = 32.32%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#32C375 (or 0x32C375) is known color: Medium Sea Green. HEX triplet: 32, C3 and 75. RGB value is (50,195,117). Sum of RGB (Red+Green+Blue) = 50+195+117=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 195 (76.56% from 255 or 53.87% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 195 - color contains mainly: green. Hex color #32C375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C375 is #CD3C8A. Grayscale: #8E8E8E. Windows color (decimal): -13450379 or 7717682. OLE color: 7717682.

HSL color Cylindrical-coordinate representation of color #32C375: hue angle of 147.72º 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 #32C375 is Cyan = 0.74, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 50 195 117 -
CMYK 0.74 0 0.4 0.24
HSL 147.72º 0.59% 0.48% -
HSV(B) 147.72º 0.74% 0.76% -
XYZ 24.04 40.99 23.47 -
YUV 142.75 113.46 61.84 -
System Red Green Blue C M Y K H S L
Decimal 50 195 117 0.74 0 0.4 0.24 147.72 0.59 0.48
Hex 32 C3 75 4A 0 28 18 94 3B 30
Octal 62 303 165 112 0 50 30 224 73 60
Binary 110010 11000011 1110101 1001010 0 101000 11000 10010100 111011 110000

Color Harmonies of #32C375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C375

Black with #32C375

Text Example


Text Example

White with #32C375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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