#159689

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

Shades of Java #159689

Tints of Java #159689

Color information

#159689 (or 0x159689) is unknown color: approx Java. HEX triplet: 15, 96 and 89. RGB value is (21,150,137). Sum of RGB (Red+Green+Blue) = 21+150+137=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #159689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159689 is #EA6976. Grayscale: #6D6D6D. Windows color (decimal): -15362423 or 9016853. OLE color: 9016853.

HSL color Cylindrical-coordinate representation of color #159689: hue angle of 173.95º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159689 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB21150137-
CMYK0.8600.090.41
HSL173.95º75.44%33.53%-
HSV(B)173.95º86%58.82%-
XYZ15.7323.7827.43-
YUV109.95143.2664.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.82%
GREEN value IS 150 (58.98% from 255) = 48.70%
BLUE value IS 137 (53.91% from 255) = 44.48%
R=6.82%
G=48.70%
B=44.48%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal211501370.8600.090.41173.9575.4433.53
Hex159689560929ae4b22
Octal252262111260115125611342
Binary101011001011010001001101011001001101001101011101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159689; }

 p { color: rgb(21,150,137); }

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

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

 a { background-color: rgb(21,150,137); }

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

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

 span { border-color: rgb(21,150,137); }

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