#32B3A9

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

Shades of Light Sea Green #32B3A9

Tints of Light Sea Green #32B3A9

Color information

#32B3A9 (or 0x32B3A9) is unknown color: approx Light Sea Green. HEX triplet: 32, B3 and A9. RGB value is (50,179,169). Sum of RGB (Red+Green+Blue) = 50+179+169=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 169 (66.41% from 255 or 42.46% from 398); Max value from RGB is 179 - color contains mainly: green. Hex color #32B3A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B3A9 is #CD4C56. Grayscale: #8B8B8B. Windows color (decimal): -13454423 or 11121458. OLE color: 11121458.

HSL color Cylindrical-coordinate representation of color #32B3A9: hue angle of 175.35º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B3A9 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB50179169-
CMYK0.7200.060.30
HSL175.35º56.33%44.9%-
HSV(B)175.35º72.07%70.2%-
XYZ24.635.7843.15-
YUV139.29144.7664.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.56%
GREEN value IS 179 (70.31% from 255) = 44.97%
BLUE value IS 169 (66.41% from 255) = 42.46%
R=12.56%
G=44.97%
B=42.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal501791690.7200.060.30175.3556.3344.9
Hex32B3A948061Eaf382d
Octal6226325111006362577055
Binary1100101011001110101001100100001101111010101111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,179,169); }

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

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

 a { background-color: rgb(50,179,169); }

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

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

 span { border-color: rgb(50,179,169); }

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