#33A29A

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

Shades of Java #33A29A

Tints of Java #33A29A

Color information

#33A29A (or 0x33A29A) is unknown color: approx Java. HEX triplet: 33, A2 and 9A. RGB value is (51,162,154). Sum of RGB (Red+Green+Blue) = 51+162+154=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 162 - color contains mainly: green. Hex color #33A29A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A29A is #CC5D65. Grayscale: #7F7F7F. Windows color (decimal): -13393254 or 10134067. OLE color: 10134067.

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

Color convert

RGB51162154-
CMYK0.6900.050.36
HSL175.68º52.11%41.76%-
HSV(B)175.68º68.52%63.53%-
XYZ20.1228.8835.09-
YUV127.9142.7373.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.90%
GREEN value IS 162 (63.67% from 255) = 44.14%
BLUE value IS 154 (60.55% from 255) = 41.96%
R=13.90%
G=44.14%
B=41.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal511621540.6900.050.36175.6852.1141.76
Hex33A29A450524b0342a
Octal6324223210505442606452
Binary11001110100010100110101000101010110010010110000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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