#32A096

Color #32A096 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #32A096

Tints of Java #32A096

Color information

#32A096 (or 0x32A096) is unknown color: approx Java. HEX triplet: 32, A0 and 96. RGB value is (50,160,150). Sum of RGB (Red+Green+Blue) = 50+160+150=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 160 - color contains mainly: green. Hex color #32A096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A096 is #CD5F69. Grayscale: #7D7D7D. Windows color (decimal): -13459306 or 9871410. OLE color: 9871410.

HSL color Cylindrical-coordinate representation of color #32A096: hue angle of 174.55º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A096 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB50160150-
CMYK0.6900.060.37
HSL174.55º52.38%41.18%-
HSV(B)174.55º68.75%62.75%-
XYZ19.3928.0233.24-
YUV125.97141.5673.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.89%
GREEN value IS 160 (62.89% from 255) = 44.44%
BLUE value IS 150 (58.98% from 255) = 41.67%
R=13.89%
G=44.44%
B=41.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal501601500.6900.060.37174.5552.3841.18
Hex32A096450625af3429
Octal6224022610506452576451
Binary11001010100000100101101000101011010010110101111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,160,150); }

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

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

 a { background-color: rgb(50,160,150); }

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

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

 span { border-color: rgb(50,160,150); }

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