#139889

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

Shades of Java #139889

Tints of Java #139889

Color information

#139889 (or 0x139889) is unknown color: approx Java. HEX triplet: 13, 98 and 89. RGB value is (19,152,137). Sum of RGB (Red+Green+Blue) = 19+152+137=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #139889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139889 is #EC6776. Grayscale: #6E6E6E. Windows color (decimal): -15492983 or 9017363. OLE color: 9017363.

HSL color Cylindrical-coordinate representation of color #139889: hue angle of 173.23º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139889 is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB19152137-
CMYK0.8700.100.40
HSL173.23º77.78%33.53%-
HSV(B)173.23º87.5%59.61%-
XYZ16.0124.427.53-
YUV110.52142.9462.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.17%
GREEN value IS 152 (59.77% from 255) = 49.35%
BLUE value IS 137 (53.91% from 255) = 44.48%
R=6.17%
G=49.35%
B=44.48%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal191521370.8700.100.40173.2377.7833.53
Hex139889570A28ad4e22
Octal232302111270125025511642
Binary100111001100010001001101011101010101000101011011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139889; }

 p { color: rgb(19,152,137); }

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

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

 a { background-color: rgb(19,152,137); }

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

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

 span { border-color: rgb(19,152,137); }

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