#32AF66

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

Shades of Medium Sea Green #32AF66

Tints of Medium Sea Green #32AF66

Color information

#32AF66 (or 0x32AF66) is unknown color: approx Medium Sea Green. HEX triplet: 32, AF and 66. RGB value is (50,175,102). Sum of RGB (Red+Green+Blue) = 50+175+102=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AF66 is #CD5099. Grayscale: #818181. Windows color (decimal): -13455514 or 6729522. OLE color: 6729522.

HSL color Cylindrical-coordinate representation of color #32AF66: hue angle of 144.96º 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 #32AF66 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB50175102-
CMYK0.7100.420.31
HSL144.96º55.56%44.12%-
HSV(B)144.96º71.43%68.63%-
XYZ19.0432.317.8-
YUV129.3112.5971.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.29%
GREEN value IS 175 (68.75% from 255) = 53.52%
BLUE value IS 102 (40.23% from 255) = 31.19%
R=15.29%
G=53.52%
B=31.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501751020.7100.420.31144.9655.5644.12
Hex32AF664702A1F91382c
Octal62257146107052372217054
Binary110010101011111100110100011101010101111110010001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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