#33A29B

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

Shades of Java #33A29B

Tints of Java #33A29B

Color information

#33A29B (or 0x33A29B) is unknown color: approx Java. HEX triplet: 33, A2 and 9B. RGB value is (51,162,155). Sum of RGB (Red+Green+Blue) = 51+162+155=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 162 - color contains mainly: green. Hex color #33A29B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A29B is #CC5D64. Grayscale: #7F7F7F. Windows color (decimal): -13393253 or 10199603. OLE color: 10199603.

HSL color Cylindrical-coordinate representation of color #33A29B: hue angle of 176.22º 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 #33A29B is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB51162155-
CMYK0.6900.040.36
HSL176.22º52.11%41.76%-
HSV(B)176.22º68.52%63.53%-
XYZ20.228.9135.53-
YUV128.01143.2373.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.86%
GREEN value IS 162 (63.67% from 255) = 44.02%
BLUE value IS 155 (60.94% from 255) = 42.12%
R=13.86%
G=44.02%
B=42.12%

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
Decimal511621550.6900.040.36176.2252.1141.76
Hex33A29B450424b0342a
Octal6324223310504442606452
Binary11001110100010100110111000101010010010010110000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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