#32BABF

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

Shades of Light Sea Green #32BABF

Tints of Light Sea Green #32BABF

Color information

#32BABF (or 0x32BABF) is unknown color: approx Light Sea Green. HEX triplet: 32, BA and BF. RGB value is (50,186,191). Sum of RGB (Red+Green+Blue) = 50+186+191=427 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.71% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #32BABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BABF is #CD4540. Grayscale: #919191. Windows color (decimal): -13452609 or 12565042. OLE color: 12565042.

HSL color Cylindrical-coordinate representation of color #32BABF: hue angle of 182.13º 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 #32BABF is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB50186191-
CMYK0.740.0300.25
HSL182.13º58.51%47.25%-
HSV(B)182.13º73.82%74.9%-
XYZ28.2839.5655.44-
YUV145.91153.4459.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.71%
GREEN value IS 186 (73.05% from 255) = 43.56%
BLUE value IS 191 (75% from 255) = 44.73%
R=11.71%
G=43.56%
B=44.73%

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
Decimal501861910.740.0300.25182.1358.5147.25
Hex32BABF4A3019b63b2f
Octal6227227711230312667357
Binary110010101110101011111110010101101100110110110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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