#32C4BA

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

Shades of Light Sea Green #32C4BA

Tints of Light Sea Green #32C4BA

Color information

#32C4BA (or 0x32C4BA) is unknown color: approx Light Sea Green. HEX triplet: 32, C4 and BA. RGB value is (50,196,186). Sum of RGB (Red+Green+Blue) = 50+196+186=432 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.57% from 432); Green value is 196 (76.95% from 255 or 45.37% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 196 - color contains mainly: green. Hex color #32C4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C4BA is #CD3B45. Grayscale: #979797. Windows color (decimal): -13450054 or 12239922. OLE color: 12239922.

HSL color Cylindrical-coordinate representation of color #32C4BA: hue angle of 175.89º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C4BA is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB50196186-
CMYK0.7400.050.23
HSL175.89º59.35%48.24%-
HSV(B)175.89º74.49%76.86%-
XYZ29.9243.753.31-
YUV151.21147.6355.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.57%
GREEN value IS 196 (76.95% from 255) = 45.37%
BLUE value IS 186 (73.05% from 255) = 43.06%
R=11.57%
G=45.37%
B=43.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal501961860.7400.050.23175.8959.3548.24
Hex32C4BA4A0517b03b30
Octal6230427211205272607360
Binary1100101100010010111010100101001011011110110000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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