#32BB6F

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

Shades of Medium Sea Green #32BB6F

Tints of Medium Sea Green #32BB6F

Color information

#32BB6F (or 0x32BB6F) is unknown color: approx Medium Sea Green. HEX triplet: 32, BB and 6F. RGB value is (50,187,111). Sum of RGB (Red+Green+Blue) = 50+187+111=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 187 (73.44% from 255 or 53.74% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BB6F is #CD4490. Grayscale: #898989. Windows color (decimal): -13452433 or 7322418. OLE color: 7322418.

HSL color Cylindrical-coordinate representation of color #32BB6F: hue angle of 146.72º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BB6F is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB50187111-
CMYK0.7300.410.27
HSL146.72º57.81%46.47%-
HSV(B)146.72º73.26%73.33%-
XYZ21.9537.3721.09-
YUV137.37113.1165.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.37%
GREEN value IS 187 (73.44% from 255) = 53.74%
BLUE value IS 111 (43.75% from 255) = 31.90%
R=14.37%
G=53.74%
B=31.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal501871110.7300.410.27146.7257.8146.47
Hex32BB6F490291B933a2e
Octal62273157111051332237256
Binary110010101110111101111100100101010011101110010011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,187,111); }

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

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

 a { background-color: rgb(50,187,111); }

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

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

 span { border-color: rgb(50,187,111); }

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