#32B6A3

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

Shades of Light Sea Green #32B6A3

Tints of Light Sea Green #32B6A3

Color information

#32B6A3 (or 0x32B6A3) is unknown color: approx Light Sea Green. HEX triplet: 32, B6 and A3. RGB value is (50,182,163). Sum of RGB (Red+Green+Blue) = 50+182+163=395 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.66% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 163 (64.06% from 255 or 41.27% from 395); Max value from RGB is 182 - color contains mainly: green. Hex color #32B6A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B6A3 is #CD495C. Grayscale: #8C8C8C. Windows color (decimal): -13453661 or 10729010. OLE color: 10729010.

HSL color Cylindrical-coordinate representation of color #32B6A3: hue angle of 171.36º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B6A3 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB50182163-
CMYK0.7300.100.29
HSL171.36º56.9%45.49%-
HSV(B)171.36º72.53%71.37%-
XYZ24.6536.7840.45-
YUV140.37140.7763.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.66%
GREEN value IS 182 (71.48% from 255) = 46.08%
BLUE value IS 163 (64.06% from 255) = 41.27%
R=12.66%
G=46.08%
B=41.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal501821630.7300.100.29171.3656.945.49
Hex32B6A3490A1Dab392d
Octal62266243111012352537155
Binary11001010110110101000111001001010101110110101011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,182,163); }

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

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

 a { background-color: rgb(50,182,163); }

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

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

 span { border-color: rgb(50,182,163); }

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