#35A29D

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

Shades of Java #35A29D

Tints of Java #35A29D

Color information

#35A29D (or 0x35A29D) is unknown color: approx Java. HEX triplet: 35, A2 and 9D. RGB value is (53,162,157). Sum of RGB (Red+Green+Blue) = 53+162+157=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 162 - color contains mainly: green. Hex color #35A29D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A29D is #CA5D62. Grayscale: #808080. Windows color (decimal): -13262179 or 10330677. OLE color: 10330677.

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

Color convert

RGB53162157-
CMYK0.6700.030.36
HSL177.25º50.7%42.16%-
HSV(B)177.25º67.28%63.53%-
XYZ20.4729.0336.42-
YUV128.84143.8973.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.25%
GREEN value IS 162 (63.67% from 255) = 43.55%
BLUE value IS 157 (61.72% from 255) = 42.20%
R=14.25%
G=43.55%
B=42.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal531621570.6700.030.36177.2550.742.16
Hex35A29D430324b1332a
Octal6524223510303442616352
Binary1101011010001010011101100001101110010010110001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,162,157); }

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

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

 a { background-color: rgb(53,162,157); }

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

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

 span { border-color: rgb(53,162,157); }

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