#32BCA8

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

Shades of Light Sea Green #32BCA8

Tints of Light Sea Green #32BCA8

Color information

#32BCA8 (or 0x32BCA8) is unknown color: approx Light Sea Green. HEX triplet: 32, BC and A8. RGB value is (50,188,168). Sum of RGB (Red+Green+Blue) = 50+188+168=406 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.32% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #32BCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BCA8 is #CD4357. Grayscale: #909090. Windows color (decimal): -13452120 or 11058226. OLE color: 11058226.

HSL color Cylindrical-coordinate representation of color #32BCA8: hue angle of 171.3º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BCA8 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB50188168-
CMYK0.7300.110.26
HSL171.3º57.98%46.67%-
HSV(B)171.3º73.4%73.73%-
XYZ26.3739.4743.27-
YUV144.46141.2860.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.32%
GREEN value IS 188 (73.83% from 255) = 46.31%
BLUE value IS 168 (66.02% from 255) = 41.38%
R=12.32%
G=46.31%
B=41.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal501881680.7300.110.26171.357.9846.67
Hex32BCA8490B1Aab3a2f
Octal62274250111013322537257
Binary11001010111100101010001001001010111101010101011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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