#32B7AA

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

Shades of Light Sea Green #32B7AA

Tints of Light Sea Green #32B7AA

Color information

#32B7AA (or 0x32B7AA) is unknown color: approx Light Sea Green. HEX triplet: 32, B7 and AA. RGB value is (50,183,170). Sum of RGB (Red+Green+Blue) = 50+183+170=403 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.41% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #32B7AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B7AA is #CD4855. Grayscale: #8D8D8D. Windows color (decimal): -13453398 or 11188018. OLE color: 11188018.

HSL color Cylindrical-coordinate representation of color #32B7AA: hue angle of 174.14º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B7AA is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB50183170-
CMYK0.7300.070.28
HSL174.14º57.08%45.69%-
HSV(B)174.14º72.68%71.76%-
XYZ25.537.4543.91-
YUV141.75143.9462.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.41%
GREEN value IS 183 (71.88% from 255) = 45.41%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=12.41%
G=45.41%
B=42.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal501831700.7300.070.28174.1457.0845.69
Hex32B7AA49071Cae392e
Octal6226725211107342567156
Binary1100101011011110101010100100101111110010101110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,183,170); }

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

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

 a { background-color: rgb(50,183,170); }

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

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

 span { border-color: rgb(50,183,170); }

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