#32ADA5

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

Shades of Light Sea Green #32ADA5

Tints of Light Sea Green #32ADA5

Color information

#32ADA5 (or 0x32ADA5) is unknown color: approx Light Sea Green. HEX triplet: 32, AD and A5. RGB value is (50,173,165). Sum of RGB (Red+Green+Blue) = 50+173+165=388 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.89% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #32ADA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32ADA5 is #CD525A. Grayscale: #878787. Windows color (decimal): -13455963 or 10857778. OLE color: 10857778.

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

Color convert

RGB50173165-
CMYK0.7100.050.32
HSL176.1º55.16%43.73%-
HSV(B)176.1º71.1%67.84%-
XYZ23.0533.2840.81-
YUV135.31144.7567.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.89%
GREEN value IS 173 (67.97% from 255) = 44.59%
BLUE value IS 165 (64.84% from 255) = 42.53%
R=12.89%
G=44.59%
B=42.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal501731650.7100.050.32176.155.1643.73
Hex32ADA5470520b0372c
Octal6225524510705402606754
Binary11001010101101101001011000111010110000010110000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32ADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,173,165); }

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

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

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

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

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

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

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