#39A49E

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

Shades of Java #39A49E

Tints of Java #39A49E

Color information

#39A49E (or 0x39A49E) is unknown color: approx Java. HEX triplet: 39, A4 and 9E. RGB value is (57,164,158). Sum of RGB (Red+Green+Blue) = 57+164+158=379 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.04% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 164 - color contains mainly: green. Hex color #39A49E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A49E is #C65B61. Grayscale: #838383. Windows color (decimal): -12999522 or 10396729. OLE color: 10396729.

HSL color Cylindrical-coordinate representation of color #39A49E: hue angle of 176.64º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #39A49E is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB57164158-
CMYK0.6500.040.36
HSL176.64º48.42%43.33%-
HSV(B)176.64º65.24%64.31%-
XYZ21.1329.8937-
YUV131.32143.0574.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.04%
GREEN value IS 164 (64.45% from 255) = 43.27%
BLUE value IS 158 (62.11% from 255) = 41.69%
R=15.04%
G=43.27%
B=41.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal571641580.6500.040.36176.6448.4243.33
Hex39A49E410424b1302b
Octal7124423610104442616053
Binary11100110100100100111101000001010010010010110001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39A49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39A49E; }

 p { color: rgb(57,164,158); }

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

<style>
 a { background-color: #39A49E; }

 a { background-color: rgb(57,164,158); }

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

<style>
 span { border-color: #39A49E; }

 span { border-color: rgb(57,164,158); }

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