#39A39F

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

Shades of Java #39A39F

Tints of Java #39A39F

Color information

#39A39F (or 0x39A39F) is unknown color: approx Java. HEX triplet: 39, A3 and 9F. RGB value is (57,163,159). Sum of RGB (Red+Green+Blue) = 57+163+159=379 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.04% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 163 - color contains mainly: green. Hex color #39A39F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A39F is #C65C60. Grayscale: #828282. Windows color (decimal): -12999777 or 10462009. OLE color: 10462009.

HSL color Cylindrical-coordinate representation of color #39A39F: hue angle of 177.74º 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 #39A39F is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB57163159-
CMYK0.6500.020.36
HSL177.74º48.18%43.14%-
HSV(B)177.74º65.03%63.92%-
XYZ21.0429.5737.4-
YUV130.85143.8875.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.04%
GREEN value IS 163 (64.06% from 255) = 43.01%
BLUE value IS 159 (62.5% from 255) = 41.95%
R=15.04%
G=43.01%
B=41.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal571631590.6500.020.36177.7448.1843.14
Hex39A39F410224b2302b
Octal7124323710102442626053
Binary1110011010001110011111100000101010010010110010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39A39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,163,159); }

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

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

 a { background-color: rgb(57,163,159); }

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

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

 span { border-color: rgb(57,163,159); }

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