#33A09A

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

Shades of Java #33A09A

Tints of Java #33A09A

Color information

#33A09A (or 0x33A09A) is unknown color: approx Java. HEX triplet: 33, A0 and 9A. RGB value is (51,160,154). Sum of RGB (Red+Green+Blue) = 51+160+154=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 160 - color contains mainly: green. Hex color #33A09A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A09A is #CC5F65. Grayscale: #7E7E7E. Windows color (decimal): -13393766 or 10133555. OLE color: 10133555.

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

Color convert

RGB51160154-
CMYK0.6800.040.37
HSL176.7º51.66%41.37%-
HSV(B)176.7º68.12%62.75%-
XYZ19.7728.1834.97-
YUV126.72143.3973.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.97%
GREEN value IS 160 (62.89% from 255) = 43.84%
BLUE value IS 154 (60.55% from 255) = 42.19%
R=13.97%
G=43.84%
B=42.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal511601540.6800.040.37176.751.6641.37
Hex33A09A440425b13429
Octal6324023210404452616451
Binary11001110100000100110101000100010010010110110001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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