#32B6A4

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

Shades of Light Sea Green #32B6A4

Tints of Light Sea Green #32B6A4

Color information

#32B6A4 (or 0x32B6A4) is unknown color: approx Light Sea Green. HEX triplet: 32, B6 and A4. RGB value is (50,182,164). Sum of RGB (Red+Green+Blue) = 50+182+164=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 182 - color contains mainly: green. Hex color #32B6A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B6A4 is #CD495B. Grayscale: #8C8C8C. Windows color (decimal): -13453660 or 10794546. OLE color: 10794546.

HSL color Cylindrical-coordinate representation of color #32B6A4: hue angle of 171.82º 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 #32B6A4 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB50182164-
CMYK0.7300.100.29
HSL171.82º56.9%45.49%-
HSV(B)171.82º72.53%71.37%-
XYZ24.7436.8140.92-
YUV140.48141.2763.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.63%
GREEN value IS 182 (71.48% from 255) = 45.96%
BLUE value IS 164 (64.45% from 255) = 41.41%
R=12.63%
G=45.96%
B=41.41%

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
Decimal501821640.7300.100.29171.8256.945.49
Hex32B6A4490A1Dac392d
Octal62266244111012352547155
Binary11001010110110101001001001001010101110110101100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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