#32af64

Color #32AF64 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #32AF64

Tints of Medium Sea Green #32AF64

Color information

#32AF64 (or 0x32AF64) is unknown color: approx Medium Sea Green. HEX triplet: 32, AF and 64. RGB value is (50,175,100). Sum of RGB (Red+Green+Blue) = 50+175+100=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 175 (68.75% from 255 or 53.85% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AF64 is #CD509B. Grayscale: #818181. Windows color (decimal): -13455516 or 6598450. OLE color: 6598450.

HSL color Cylindrical-coordinate representation of color #32AF64: hue angle of 144º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AF64 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB50175100-
CMYK0.7100.430.31
HSL144º55.56%44.12%-
HSV(B)144º71.43%68.63%-
XYZ18.9532.2617.28-
YUV129.07111.5971.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.38%
GREEN value IS 175 (68.75% from 255) = 53.85%
BLUE value IS 100 (39.45% from 255) = 30.77%
R=15.38%
G=53.85%
B=30.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501751000.7100.430.3114455.5644.12
Hex32AF644702B1F90382c
Octal62257144107053372207054
Binary110010101011111100100100011101010111111110010000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32af64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #32af64;
 }
 .AnyTagClassName
 {
   color: #32af64;
 }
</style>
background-color css

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

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

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

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

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

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