#32BDAE

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

Shades of Light Sea Green #32BDAE

Tints of Light Sea Green #32BDAE

Color information

#32BDAE (or 0x32BDAE) is unknown color: approx Light Sea Green. HEX triplet: 32, BD and AE. RGB value is (50,189,174). Sum of RGB (Red+Green+Blue) = 50+189+174=413 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.11% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #32BDAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BDAE is #CD4251. Grayscale: #919191. Windows color (decimal): -13451858 or 11451698. OLE color: 11451698.

HSL color Cylindrical-coordinate representation of color #32BDAE: hue angle of 173.53º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BDAE is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB50189174-
CMYK0.7400.080.26
HSL173.53º58.16%46.86%-
HSV(B)173.53º73.54%74.12%-
XYZ27.1540.1346.36-
YUV145.73143.9559.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.11%
GREEN value IS 189 (74.22% from 255) = 45.76%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=12.11%
G=45.76%
B=42.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal501891740.7400.080.26173.5358.1646.86
Hex32BDAE4A081Aae3a2f
Octal62275256112010322567257
Binary11001010111101101011101001010010001101010101110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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