#32BDBF

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

Shades of Light Sea Green #32BDBF

Tints of Light Sea Green #32BDBF

Color information

#32BDBF (or 0x32BDBF) is unknown color: approx Light Sea Green. HEX triplet: 32, BD and BF. RGB value is (50,189,191). Sum of RGB (Red+Green+Blue) = 50+189+191=430 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.63% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #32BDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BDBF is #CD4240. Grayscale: #939393. Windows color (decimal): -13451841 or 12565810. OLE color: 12565810.

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

Color convert

RGB50189191-
CMYK0.740.0100.25
HSL180.85º58.51%47.25%-
HSV(B)180.85º73.82%74.9%-
XYZ28.9240.8355.65-
YUV147.67152.4558.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.63%
GREEN value IS 189 (74.22% from 255) = 43.95%
BLUE value IS 191 (75% from 255) = 44.42%
R=11.63%
G=43.95%
B=44.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501891910.740.0100.25180.8558.5147.25
Hex32BDBF4A1019b53b2f
Octal6227527711210312657357
Binary11001010111101101111111001010101100110110101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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