#33A29C

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

Shades of Java #33A29C

Tints of Java #33A29C

Color information

#33A29C (or 0x33A29C) is unknown color: approx Java. HEX triplet: 33, A2 and 9C. RGB value is (51,162,156). Sum of RGB (Red+Green+Blue) = 51+162+156=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #33A29C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A29C is #CC5D63. Grayscale: #808080. Windows color (decimal): -13393252 or 10265139. OLE color: 10265139.

HSL color Cylindrical-coordinate representation of color #33A29C: hue angle of 176.76º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A29C is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB51162156-
CMYK0.6900.040.36
HSL176.76º52.11%41.76%-
HSV(B)176.76º68.52%63.53%-
XYZ20.2928.9435.97-
YUV128.13143.7372.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.82%
GREEN value IS 162 (63.67% from 255) = 43.90%
BLUE value IS 156 (61.33% from 255) = 42.28%
R=13.82%
G=43.90%
B=42.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal511621560.6900.040.36176.7652.1141.76
Hex33A29C450424b1342a
Octal6324223410504442616452
Binary11001110100010100111001000101010010010010110001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33A29C; }

 p { color: rgb(51,162,156); }

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

<style>
 a { background-color: #33A29C; }

 a { background-color: rgb(51,162,156); }

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

<style>
 span { border-color: #33A29C; }

 span { border-color: rgb(51,162,156); }

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