#158D95

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

Shades of Java #158D95

Tints of Java #158D95

Color information

#158D95 (or 0x158D95) is unknown color: approx Java. HEX triplet: 15, 8D and 95. RGB value is (21,141,149). Sum of RGB (Red+Green+Blue) = 21+141+149=311 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.75% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #158D95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158D95 is #EA726A. Grayscale: #696969. Windows color (decimal): -15364715 or 9800981. OLE color: 9800981.

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

Color convert

RGB21141149-
CMYK0.860.0500.42
HSL183.75º75.29%33.33%-
HSV(B)183.75º85.91%58.43%-
XYZ15.2621.3831.76-
YUV106.03152.2467.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.75%
GREEN value IS 141 (55.47% from 255) = 45.34%
BLUE value IS 149 (58.59% from 255) = 47.91%
R=6.75%
G=45.34%
B=47.91%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal211411490.860.0500.42183.7575.2933.33
Hex158D9556502Ab84b21
Octal25215225126505227011341
Binary10101100011011001010110101101010101010101110001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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