Html Css Color HEX #32BC5F Medium Sea Green

📋 copy color: '#32BC5F'

red 50 ◦ green 188 ◦ blue 95

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

Shades of Medium Sea Green #32BC5F

Tints of Medium Sea Green #32BC5F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.46%

 BLUE value IS 95 (37.5% from 255) = 28.53%

R = 15.02%
G = 56.46%
B = 28.53%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#32BC5F (or 0x32BC5F) is known color: Medium Sea Green. HEX triplet: 32, BC and 5F. RGB value is (50,188,95). Sum of RGB (Red+Green+Blue) = 50+188+95=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BC5F is #CD43A0. Grayscale: #888888. Windows color (decimal): -13452193 or 6274098. OLE color: 6274098.

HSL color Cylindrical-coordinate representation of color #32BC5F: hue angle of 139.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BC5F is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 188 95 -
CMYK 0.73 0 0.49 0.26
HSL 139.57º 0.58% 0.47% -
HSV(B) 139.57º 0.73% 0.74% -
XYZ 21.36 37.47 16.93 -
YUV 136.14 104.78 66.56 -
System Red Green Blue C M Y K H S L
Decimal 50 188 95 0.73 0 0.49 0.26 139.57 0.58 0.47
Hex 32 BC 5F 49 0 31 1A 8C 3A 2F
Octal 62 274 137 111 0 61 32 214 72 57
Binary 110010 10111100 1011111 1001001 0 110001 11010 10001100 111010 101111

Color Harmonies of #32BC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BC5F

Black with #32BC5F

Text Example


Text Example

White with #32BC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,188,95); }

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

background-color css

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

 a { background-color: rgb(50,188,95); }

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

border-color css

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

 span { border-color: rgb(50,188,95); }

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