#32B4AB

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

Shades of Light Sea Green #32B4AB

Tints of Light Sea Green #32B4AB

Color information

#32B4AB (or 0x32B4AB) is unknown color: approx Light Sea Green. HEX triplet: 32, B4 and AB. RGB value is (50,180,171). Sum of RGB (Red+Green+Blue) = 50+180+171=401 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.47% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #32B4AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B4AB is #CD4B54. Grayscale: #8C8C8C. Windows color (decimal): -13454165 or 11252786. OLE color: 11252786.

HSL color Cylindrical-coordinate representation of color #32B4AB: hue angle of 175.85º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B4AB is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB50180171-
CMYK0.7200.050.29
HSL175.85º56.52%45.1%-
HSV(B)175.85º72.22%70.59%-
XYZ24.9936.2644.21-
YUV140.1145.4363.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.47%
GREEN value IS 180 (70.70% from 255) = 44.89%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=12.47%
G=44.89%
B=42.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal501801710.7200.050.29175.8556.5245.1
Hex32B4AB48051Db0392d
Octal6226425311005352607155
Binary1100101011010010101011100100001011110110110000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,180,171); }

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

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

 a { background-color: rgb(50,180,171); }

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

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

 span { border-color: rgb(50,180,171); }

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