#158F92

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

Shades of Java #158F92

Tints of Java #158F92

Color information

#158F92 (or 0x158F92) is unknown color: approx Java. HEX triplet: 15, 8F and 92. RGB value is (21,143,146). Sum of RGB (Red+Green+Blue) = 21+143+146=310 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.77% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #158F92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158F92 is #EA706D. Grayscale: #6A6A6A. Windows color (decimal): -15364206 or 9604885. OLE color: 9604885.

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

Color convert

RGB21143146-
CMYK0.860.0200.43
HSL181.44º74.85%32.75%-
HSV(B)181.44º85.62%57.25%-
XYZ15.3221.8830.61-
YUV106.86150.0866.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.77%
GREEN value IS 143 (56.25% from 255) = 46.13%
BLUE value IS 146 (57.42% from 255) = 47.10%
R=6.77%
G=46.13%
B=47.10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal211431460.860.0200.43181.4474.8532.75
Hex158F9256202Bb54b21
Octal25217222126205326511341
Binary1010110001111100100101010110100101011101101011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,143,146); }

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

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

 a { background-color: rgb(21,143,146); }

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

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

 span { border-color: rgb(21,143,146); }

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