#32AEA7

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

Shades of Light Sea Green #32AEA7

Tints of Light Sea Green #32AEA7

Color information

#32AEA7 (or 0x32AEA7) is unknown color: approx Light Sea Green. HEX triplet: 32, AE and A7. RGB value is (50,174,167). Sum of RGB (Red+Green+Blue) = 50+174+167=391 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.79% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 167 (65.62% from 255 or 42.71% from 391); Max value from RGB is 174 - color contains mainly: green. Hex color #32AEA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AEA7 is #CD5158. Grayscale: #888888. Windows color (decimal): -13455705 or 10989106. OLE color: 10989106.

HSL color Cylindrical-coordinate representation of color #32AEA7: hue angle of 176.61º 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 #32AEA7 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB50174167-
CMYK0.7100.040.32
HSL176.61º55.36%43.92%-
HSV(B)176.61º71.26%68.24%-
XYZ23.4333.7441.84-
YUV136.13145.4266.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.79%
GREEN value IS 174 (68.36% from 255) = 44.50%
BLUE value IS 167 (65.62% from 255) = 42.71%
R=12.79%
G=44.50%
B=42.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal501741670.7100.040.32176.6155.3643.92
Hex32AEA7470420b1372c
Octal6225624710704402616754
Binary11001010101110101001111000111010010000010110001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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