#35a4a3

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

Shades of Java #35A4A3

Tints of Java #35A4A3

Color information

#35A4A3 (or 0x35A4A3) is unknown color: approx Java. HEX triplet: 35, A4 and A3. RGB value is (53,164,163). Sum of RGB (Red+Green+Blue) = 53+164+163=380 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.95% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 163 (64.06% from 255 or 42.89% from 380); Max value from RGB is 164 - color contains mainly: green. Hex color #35A4A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A4A3 is #CA5B5C. Grayscale: #828282. Windows color (decimal): -13261661 or 10724405. OLE color: 10724405.

HSL color Cylindrical-coordinate representation of color #35A4A3: hue angle of 179.46º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A4A3 is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB53164163-
CMYK0.6800.010.36
HSL179.46º51.15%42.55%-
HSV(B)179.46º67.68%64.31%-
XYZ21.3529.9539.31-
YUV130.7146.2372.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.95%
GREEN value IS 164 (64.45% from 255) = 43.16%
BLUE value IS 163 (64.06% from 255) = 42.89%
R=13.95%
G=43.16%
B=42.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal531641630.6800.010.36179.4651.1542.55
Hex35A4A3440124b3332b
Octal6524424310401442636353
Binary110101101001001010001110001000110010010110011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35a4a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35a4a3; }

 p { color: rgb(53,164,163); }

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

<style>
 a { background-color: #35a4a3; }

 a { background-color: rgb(53,164,163); }

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

<style>
 span { border-color: #35a4a3; }

 span { border-color: rgb(53,164,163); }

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