#32C182

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

Shades of Medium Sea Green #32C182

Tints of Medium Sea Green #32C182

Color information

#32C182 (or 0x32C182) is unknown color: approx Medium Sea Green. HEX triplet: 32, C1 and 82. RGB value is (50,193,130). Sum of RGB (Red+Green+Blue) = 50+193+130=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #32C182 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C182 is #CD3E7D. Grayscale: #8F8F8F. Windows color (decimal): -13450878 or 8569138. OLE color: 8569138.

HSL color Cylindrical-coordinate representation of color #32C182: hue angle of 153.57º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C182 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB50193130-
CMYK0.7400.330.24
HSL153.57º58.85%47.65%-
HSV(B)153.57º74.09%75.69%-
XYZ24.4140.4327.64-
YUV143.06120.6261.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.40%
GREEN value IS 193 (75.78% from 255) = 51.74%
BLUE value IS 130 (51.17% from 255) = 34.85%
R=13.40%
G=51.74%
B=34.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal501931300.7400.330.24153.5758.8547.65
Hex32C1824A021189a3b30
Octal62301202112041302327360
Binary1100101100000110000010100101001000011100010011010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,193,130); }

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

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

 a { background-color: rgb(50,193,130); }

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

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

 span { border-color: rgb(50,193,130); }

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