Html Css Color HEX #32BE64 Medium Sea Green

📋 copy color: '#32BE64'

red 50 ◦ green 190 ◦ blue 100

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

Shades of Medium Sea Green #32BE64

Tints of Medium Sea Green #32BE64

RGB

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

 GREEN value IS 190 (74.61% from 255) = 55.88%

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

R = 14.71%
G = 55.88%
B = 29.41%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#32BE64 (or 0x32BE64) is known color: Medium Sea Green. HEX triplet: 32, BE and 64. RGB value is (50,190,100). Sum of RGB (Red+Green+Blue) = 50+190+100=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 190 (74.61% from 255 or 55.88% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BE64 is #CD419B. Grayscale: #8A8A8A. Windows color (decimal): -13451676 or 6602290. OLE color: 6602290.

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

Color convert

RGB 50 190 100 -
CMYK 0.74 0 0.47 0.25
HSL 141.43º 0.58% 0.47% -
HSV(B) 141.43º 0.74% 0.75% -
XYZ 22.03 38.43 18.31 -
YUV 137.88 106.62 65.32 -
System Red Green Blue C M Y K H S L
Decimal 50 190 100 0.74 0 0.47 0.25 141.43 0.58 0.47
Hex 32 BE 64 4A 0 2F 19 8D 3A 2F
Octal 62 276 144 112 0 57 31 215 72 57
Binary 110010 10111110 1100100 1001010 0 101111 11001 10001101 111010 101111

Color Harmonies of #32BE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BE64

Black with #32BE64

Text Example


Text Example

White with #32BE64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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