#32BCBF

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

Shades of Light Sea Green #32BCBF

Tints of Light Sea Green #32BCBF

Color information

#32BCBF (or 0x32BCBF) is unknown color: approx Light Sea Green. HEX triplet: 32, BC and BF. RGB value is (50,188,191). Sum of RGB (Red+Green+Blue) = 50+188+191=429 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.66% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #32BCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BCBF is #CD4340. Grayscale: #929292. Windows color (decimal): -13452097 or 12565554. OLE color: 12565554.

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

Color convert

RGB50188191-
CMYK0.740.0200.25
HSL181.28º58.51%47.25%-
HSV(B)181.28º73.82%74.9%-
XYZ28.740.4155.58-
YUV147.08152.7858.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.66%
GREEN value IS 188 (73.83% from 255) = 43.82%
BLUE value IS 191 (75% from 255) = 44.52%
R=11.66%
G=43.82%
B=44.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501881910.740.0200.25181.2858.5147.25
Hex32BCBF4A2019b53b2f
Octal6227427711220312657357
Binary110010101111001011111110010101001100110110101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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