#32B070

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

Shades of Medium Sea Green #32B070

Tints of Medium Sea Green #32B070

Color information

#32B070 (or 0x32B070) is unknown color: approx Medium Sea Green. HEX triplet: 32, B0 and 70. RGB value is (50,176,112). Sum of RGB (Red+Green+Blue) = 50+176+112=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 176 (69.14% from 255 or 52.07% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 176 - color contains mainly: green. Hex color #32B070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32B070 is #CD4F8F. Grayscale: #838383. Windows color (decimal): -13455248 or 7385138. OLE color: 7385138.

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

Color convert

RGB50176112-
CMYK0.7200.360.31
HSL149.52º55.75%44.31%-
HSV(B)149.52º71.59%69.02%-
XYZ19.7732.920.64-
YUV131.03117.2670.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.79%
GREEN value IS 176 (69.14% from 255) = 52.07%
BLUE value IS 112 (44.14% from 255) = 33.14%
R=14.79%
G=52.07%
B=33.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501761120.7200.360.31149.5255.7544.31
Hex32B070480241F96382c
Octal62260160110044372267054
Binary110010101100001110000100100001001001111110010110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,176,112); }

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

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

 a { background-color: rgb(50,176,112); }

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

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

 span { border-color: rgb(50,176,112); }

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