#158E94

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

Shades of Java #158E94

Tints of Java #158E94

Color information

#158E94 (or 0x158E94) is unknown color: approx Java. HEX triplet: 15, 8E and 94. RGB value is (21,142,148). Sum of RGB (Red+Green+Blue) = 21+142+148=311 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.75% from 311); Green value is 142 (55.86% from 255 or 45.66% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #158E94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158E94 is #EA716B. Grayscale: #6A6A6A. Windows color (decimal): -15364460 or 9735701. OLE color: 9735701.

HSL color Cylindrical-coordinate representation of color #158E94: hue angle of 182.83º 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 #158E94 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB21142148-
CMYK0.860.0400.42
HSL182.83º75.15%33.14%-
HSV(B)182.83º85.81%58.04%-
XYZ15.3321.6431.39-
YUV106.5151.4167.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.75%
GREEN value IS 142 (55.86% from 255) = 45.66%
BLUE value IS 148 (58.20% from 255) = 47.59%
R=6.75%
G=45.66%
B=47.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal211421480.860.0400.42182.8375.1533.14
Hex158E9456402Ab74b21
Octal25216224126405226711341
Binary10101100011101001010010101101000101010101101111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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