#158B94

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

Shades of Java #158B94

Tints of Java #158B94

Color information

#158B94 (or 0x158B94) is unknown color: approx Java. HEX triplet: 15, 8B and 94. RGB value is (21,139,148). Sum of RGB (Red+Green+Blue) = 21+139+148=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #158B94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158B94 is #EA746B. Grayscale: #686868. Windows color (decimal): -15365228 or 9734933. OLE color: 9734933.

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

Color convert

RGB21139148-
CMYK0.860.0600.42
HSL184.25º75.15%33.14%-
HSV(B)184.25º85.81%58.04%-
XYZ14.8920.7631.24-
YUV104.74152.4168.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.82%
GREEN value IS 139 (54.69% from 255) = 45.13%
BLUE value IS 148 (58.20% from 255) = 48.05%
R=6.82%
G=45.13%
B=48.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal211391480.860.0600.42184.2575.1533.14
Hex158B9456602Ab84b21
Octal25213224126605227011341
Binary10101100010111001010010101101100101010101110001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,139,148); }

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

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

 a { background-color: rgb(21,139,148); }

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

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

 span { border-color: rgb(21,139,148); }

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