Html Css Color HEX #32BC64 Medium Sea Green

📋 copy color: '#32BC64'

red 50 ◦ green 188 ◦ blue 100

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

Shades of Medium Sea Green #32BC64

Tints of Medium Sea Green #32BC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.59%

R = 14.79%
G = 55.62%
B = 29.59%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#32BC64 (or 0x32BC64) is known color: Medium Sea Green. HEX triplet: 32, BC and 64. RGB value is (50,188,100). Sum of RGB (Red+Green+Blue) = 50+188+100=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BC64 is #CD439B. Grayscale: #888888. Windows color (decimal): -13452188 or 6601778. OLE color: 6601778.

HSL color Cylindrical-coordinate representation of color #32BC64: hue angle of 141.74º 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 #32BC64 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 188 100 -
CMYK 0.73 0 0.47 0.26
HSL 141.74º 0.58% 0.47% -
HSV(B) 141.74º 0.73% 0.74% -
XYZ 21.6 37.56 18.17 -
YUV 136.71 107.28 66.16 -
System Red Green Blue C M Y K H S L
Decimal 50 188 100 0.73 0 0.47 0.26 141.74 0.58 0.47
Hex 32 BC 64 49 0 2F 1A 8E 3A 2F
Octal 62 274 144 111 0 57 32 216 72 57
Binary 110010 10111100 1100100 1001001 0 101111 11010 10001110 111010 101111

Color Harmonies of #32BC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BC64

Black with #32BC64

Text Example


Text Example

White with #32BC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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