#32B9BF

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

Shades of Light Sea Green #32B9BF

Tints of Light Sea Green #32B9BF

Color information

#32B9BF (or 0x32B9BF) is unknown color: approx Light Sea Green. HEX triplet: 32, B9 and BF. RGB value is (50,185,191). Sum of RGB (Red+Green+Blue) = 50+185+191=426 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.74% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #32B9BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32B9BF is #CD4640. Grayscale: #919191. Windows color (decimal): -13452865 or 12564786. OLE color: 12564786.

HSL color Cylindrical-coordinate representation of color #32B9BF: hue angle of 182.55º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32B9BF is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB50185191-
CMYK0.740.0300.25
HSL182.55º58.51%47.25%-
HSV(B)182.55º73.82%74.9%-
XYZ28.0739.1455.37-
YUV145.32153.7760.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.74%
GREEN value IS 185 (72.66% from 255) = 43.43%
BLUE value IS 191 (75% from 255) = 44.84%
R=11.74%
G=43.43%
B=44.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501851910.740.0300.25182.5558.5147.25
Hex32B9BF4A3019b73b2f
Octal6227127711230312677357
Binary110010101110011011111110010101101100110110111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,185,191); }

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

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

 a { background-color: rgb(50,185,191); }

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

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

 span { border-color: rgb(50,185,191); }

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