#158D91

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

Shades of Java #158D91

Tints of Java #158D91

Color information

#158D91 (or 0x158D91) is unknown color: approx Java. HEX triplet: 15, 8D and 91. RGB value is (21,141,145). Sum of RGB (Red+Green+Blue) = 21+141+145=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #158D91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158D91 is #EA726E. Grayscale: #696969. Windows color (decimal): -15364719 or 9538837. OLE color: 9538837.

HSL color Cylindrical-coordinate representation of color #158D91: hue angle of 181.94º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158D91 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB21141145-
CMYK0.860.0300.43
HSL181.94º74.7%32.55%-
HSV(B)181.94º85.52%56.86%-
XYZ14.9421.2530.1-
YUV105.58150.2467.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.84%
GREEN value IS 141 (55.47% from 255) = 45.93%
BLUE value IS 145 (57.03% from 255) = 47.23%
R=6.84%
G=45.93%
B=47.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal211411450.860.0300.43181.9474.732.55
Hex158D9156302Bb64b21
Octal25215221126305326611341
Binary1010110001101100100011010110110101011101101101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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