Html Css Color HEX #32C05F Medium Sea Green

📋 copy color: '#32C05F'

red 50 ◦ green 192 ◦ blue 95

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

Shades of Medium Sea Green #32C05F

Tints of Medium Sea Green #32C05F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.97%

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

R = 14.84%
G = 56.97%
B = 28.19%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#32C05F (or 0x32C05F) is known color: Medium Sea Green. HEX triplet: 32, C0 and 5F. RGB value is (50,192,95). Sum of RGB (Red+Green+Blue) = 50+192+95=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #32C05F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C05F is #CD3FA0. Grayscale: #8A8A8A. Windows color (decimal): -13451169 or 6275122. OLE color: 6275122.

HSL color Cylindrical-coordinate representation of color #32C05F: hue angle of 139.01º degrees, saturation: 0.59, 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 #32C05F is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 192 95 -
CMYK 0.74 0 0.51 0.25
HSL 139.01º 0.59% 0.47% -
HSV(B) 139.01º 0.74% 0.75% -
XYZ 22.23 39.2 17.22 -
YUV 138.48 103.46 64.89 -
System Red Green Blue C M Y K H S L
Decimal 50 192 95 0.74 0 0.51 0.25 139.01 0.59 0.47
Hex 32 C0 5F 4A 0 33 19 8B 3B 2F
Octal 62 300 137 112 0 63 31 213 73 57
Binary 110010 11000000 1011111 1001010 0 110011 11001 10001011 111011 101111

Color Harmonies of #32C05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C05F

Black with #32C05F

Text Example


Text Example

White with #32C05F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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