#32AAAA

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

Shades of Light Sea Green #32AAAA

Tints of Light Sea Green #32AAAA

Color information

#32AAAA (or 0x32AAAA) is unknown color: approx Light Sea Green. HEX triplet: 32, AA and AA. RGB value is (50,170,170). Sum of RGB (Red+Green+Blue) = 50+170+170=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #32AAAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AAAA is #CD5555. Grayscale: #868686. Windows color (decimal): -13456726 or 11184690. OLE color: 11184690.

HSL color Cylindrical-coordinate representation of color #32AAAA: hue angle of 180º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AAAA is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB50170170-
CMYK0.71000.33
HSL180º54.55%43.14%-
HSV(B)180º70.59%66.67%-
XYZ22.9532.3343.06-
YUV134.12148.2468-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.82%
GREEN value IS 170 (66.80% from 255) = 43.59%
BLUE value IS 170 (66.80% from 255) = 43.59%
R=12.82%
G=43.59%
B=43.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal501701700.71000.3318054.5543.14
Hex32AAAA470021b4372b
Octal6225225210700412646753
Binary110010101010101010101010001110010000110110100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,170,170); }

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

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

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

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

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

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

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