#35A19D

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

Shades of Java #35A19D

Tints of Java #35A19D

Color information

#35A19D (or 0x35A19D) is unknown color: approx Java. HEX triplet: 35, A1 and 9D. RGB value is (53,161,157). Sum of RGB (Red+Green+Blue) = 53+161+157=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 161 - color contains mainly: green. Hex color #35A19D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A19D is #CA5E62. Grayscale: #808080. Windows color (decimal): -13262435 or 10330421. OLE color: 10330421.

HSL color Cylindrical-coordinate representation of color #35A19D: hue angle of 177.78º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A19D is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB53161157-
CMYK0.6700.020.37
HSL177.78º50.47%41.96%-
HSV(B)177.78º67.08%63.14%-
XYZ20.328.6836.36-
YUV128.25144.2274.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.29%
GREEN value IS 161 (63.28% from 255) = 43.40%
BLUE value IS 157 (61.72% from 255) = 42.32%
R=14.29%
G=43.40%
B=42.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal531611570.6700.020.37177.7850.4741.96
Hex35A19D430225b2322a
Octal6524123510302452626252
Binary1101011010000110011101100001101010010110110010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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