#33A59B

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

Shades of Java #33A59B

Tints of Java #33A59B

Color information

#33A59B (or 0x33A59B) is unknown color: approx Java. HEX triplet: 33, A5 and 9B. RGB value is (51,165,155). Sum of RGB (Red+Green+Blue) = 51+165+155=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #33A59B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A59B is #CC5A64. Grayscale: #818181. Windows color (decimal): -13392485 or 10200371. OLE color: 10200371.

HSL color Cylindrical-coordinate representation of color #33A59B: hue angle of 174.74º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A59B is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB51165155-
CMYK0.6900.060.35
HSL174.74º52.78%42.35%-
HSV(B)174.74º69.09%64.71%-
XYZ20.7429.9835.7-
YUV129.77142.2371.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.75%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 155 (60.94% from 255) = 41.78%
R=13.75%
G=44.47%
B=41.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal511651550.6900.060.35174.7452.7842.35
Hex33A59B450623af352a
Octal6324523310506432576552
Binary11001110100101100110111000101011010001110101111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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