#158E9B

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

Shades of Java #158E9B

Tints of Java #158E9B

Color information

#158E9B (or 0x158E9B) is unknown color: approx Java. HEX triplet: 15, 8E and 9B. RGB value is (21,142,155). Sum of RGB (Red+Green+Blue) = 21+142+155=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #158E9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158E9B is #EA7164. Grayscale: #6B6B6B. Windows color (decimal): -15364453 or 10194453. OLE color: 10194453.

HSL color Cylindrical-coordinate representation of color #158E9B: hue angle of 185.82º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158E9B is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB21142155-
CMYK0.860.0800.39
HSL185.82º76.14%34.51%-
HSV(B)185.82º86.45%60.78%-
XYZ15.921.8734.39-
YUV107.3154.9166.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.60%
GREEN value IS 142 (55.86% from 255) = 44.65%
BLUE value IS 155 (60.94% from 255) = 48.74%
R=6.60%
G=44.65%
B=48.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211421550.860.0800.39185.8276.1434.51
Hex158E9B568027ba4c23
Octal252162331261004727211443
Binary101011000111010011011101011010000100111101110101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,142,155); }

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

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

 a { background-color: rgb(21,142,155); }

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

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

 span { border-color: rgb(21,142,155); }

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