#32BFBA

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

Shades of Light Sea Green #32BFBA

Tints of Light Sea Green #32BFBA

Color information

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

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

Color convert

RGB50191186-
CMYK0.7400.030.25
HSL177.87º58.51%47.25%-
HSV(B)177.87º73.82%74.9%-
XYZ28.8141.4852.94-
YUV148.27149.2957.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501911860.7400.030.25177.8758.5147.25
Hex32BFBA4A0319b23b2f
Octal6227727211203312627357
Binary110010101111111011101010010100111100110110010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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