#32AFA2

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

Shades of Light Sea Green #32AFA2

Tints of Light Sea Green #32AFA2

Color information

#32AFA2 (or 0x32AFA2) is unknown color: approx Light Sea Green. HEX triplet: 32, AF and A2. RGB value is (50,175,162). Sum of RGB (Red+Green+Blue) = 50+175+162=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 175 - color contains mainly: green. Hex color #32AFA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AFA2 is #CD505D. Grayscale: #888888. Windows color (decimal): -13455454 or 10661682. OLE color: 10661682.

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

Color convert

RGB50175162-
CMYK0.7100.070.31
HSL173.76º55.56%44.12%-
HSV(B)173.76º71.43%68.63%-
XYZ23.1733.9539.51-
YUV136.14142.5966.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.92%
GREEN value IS 175 (68.75% from 255) = 45.22%
BLUE value IS 162 (63.67% from 255) = 41.86%
R=12.92%
G=45.22%
B=41.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501751620.7100.070.31173.7655.5644.12
Hex32AFA247071Fae382c
Octal6225724210707372567054
Binary1100101010111110100010100011101111111110101110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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