#158D90

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

Shades of Java #158D90

Tints of Java #158D90

Color information

#158D90 (or 0x158D90) is unknown color: approx Java. HEX triplet: 15, 8D and 90. RGB value is (21,141,144). Sum of RGB (Red+Green+Blue) = 21+141+144=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 141 (55.47% from 255 or 46.08% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #158D90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158D90 is #EA726F. Grayscale: #696969. Windows color (decimal): -15364720 or 9473301. OLE color: 9473301.

HSL color Cylindrical-coordinate representation of color #158D90: hue angle of 181.46º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158D90 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB21141144-
CMYK0.850.0200.44
HSL181.46º74.55%32.35%-
HSV(B)181.46º85.42%56.47%-
XYZ14.8721.2229.7-
YUV105.46149.7467.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.86%
GREEN value IS 141 (55.47% from 255) = 46.08%
BLUE value IS 144 (56.64% from 255) = 47.06%
R=6.86%
G=46.08%
B=47.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211411440.850.0200.44181.4674.5532.35
Hex158D9055202Cb54b20
Octal25215220125205426511340
Binary1010110001101100100001010101100101100101101011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158D90; }

 p { color: rgb(21,141,144); }

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

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

 a { background-color: rgb(21,141,144); }

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

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

 span { border-color: rgb(21,141,144); }

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