#32AEA2

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

Shades of Light Sea Green #32AEA2

Tints of Light Sea Green #32AEA2

Color information

#32AEA2 (or 0x32AEA2) is unknown color: approx Light Sea Green. HEX triplet: 32, AE and A2. RGB value is (50,174,162). Sum of RGB (Red+Green+Blue) = 50+174+162=386 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.95% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 174 - color contains mainly: green. Hex color #32AEA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AEA2 is #CD515D. Grayscale: #878787. Windows color (decimal): -13455710 or 10661426. OLE color: 10661426.

HSL color Cylindrical-coordinate representation of color #32AEA2: hue angle of 174.19º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AEA2 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB50174162-
CMYK0.7100.070.32
HSL174.19º55.36%43.92%-
HSV(B)174.19º71.26%68.24%-
XYZ22.9733.5639.45-
YUV135.56142.9266.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.95%
GREEN value IS 174 (68.36% from 255) = 45.08%
BLUE value IS 162 (63.67% from 255) = 41.97%
R=12.95%
G=45.08%
B=41.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal501741620.7100.070.32174.1955.3643.92
Hex32AEA2470720ae372c
Octal6225624210707402566754
Binary11001010101110101000101000111011110000010101110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,174,162); }

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

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

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

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

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

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

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