#32B1BB

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

Shades of Light Sea Green #32B1BB

Tints of Light Sea Green #32B1BB

Color information

#32B1BB (or 0x32B1BB) is unknown color: approx Light Sea Green. HEX triplet: 32, B1 and BB. RGB value is (50,177,187). Sum of RGB (Red+Green+Blue) = 50+177+187=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #32B1BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32B1BB is #CD4E44. Grayscale: #8C8C8C. Windows color (decimal): -13454917 or 12300594. OLE color: 12300594.

HSL color Cylindrical-coordinate representation of color #32B1BB: hue angle of 184.38º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B1BB is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB50177187-
CMYK0.730.0500.27
HSL184.38º57.81%46.47%-
HSV(B)184.38º73.26%73.33%-
XYZ26.0135.7152.54-
YUV140.17154.4263.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.08%
GREEN value IS 177 (69.53% from 255) = 42.75%
BLUE value IS 187 (73.44% from 255) = 45.17%
R=12.08%
G=42.75%
B=45.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal501771870.730.0500.27184.3857.8146.47
Hex32B1BB49501Bb83a2e
Octal6226127311150332707256
Binary1100101011000110111011100100110101101110111000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,177,187); }

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

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

 a { background-color: rgb(50,177,187); }

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

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

 span { border-color: rgb(50,177,187); }

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