#32AEB6

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

Shades of Light Sea Green #32AEB6

Tints of Light Sea Green #32AEB6

Color information

#32AEB6 (or 0x32AEB6) is unknown color: approx Light Sea Green. HEX triplet: 32, AE and B6. RGB value is (50,174,182). Sum of RGB (Red+Green+Blue) = 50+174+182=406 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.32% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 182 - color contains mainly: blue. Hex color #32AEB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AEB6 is #CD5149. Grayscale: #898989. Windows color (decimal): -13455690 or 11972146. OLE color: 11972146.

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

Color convert

RGB50174182-
CMYK0.730.0400.29
HSL183.64º56.9%45.49%-
HSV(B)183.64º72.53%71.37%-
XYZ24.8934.3349.57-
YUV137.84152.9265.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.32%
GREEN value IS 174 (68.36% from 255) = 42.86%
BLUE value IS 182 (71.48% from 255) = 44.83%
R=12.32%
G=42.86%
B=44.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal501741820.730.0400.29183.6456.945.49
Hex32AEB649401Db8392d
Octal6225626611140352707155
Binary1100101010111010110110100100110001110110111000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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