#158D98

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

Shades of Java #158D98

Tints of Java #158D98

Color information

#158D98 (or 0x158D98) is unknown color: approx Java. HEX triplet: 15, 8D and 98. RGB value is (21,141,152). Sum of RGB (Red+Green+Blue) = 21+141+152=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #158D98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158D98 is #EA7267. Grayscale: #6A6A6A. Windows color (decimal): -15364712 or 9997589. OLE color: 9997589.

HSL color Cylindrical-coordinate representation of color #158D98: hue angle of 185.04º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158D98 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB21141152-
CMYK0.860.0700.40
HSL185.04º75.72%33.92%-
HSV(B)185.04º86.18%59.61%-
XYZ15.521.4833.03-
YUV106.37153.7467.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.69%
GREEN value IS 141 (55.47% from 255) = 44.90%
BLUE value IS 152 (59.77% from 255) = 48.41%
R=6.69%
G=44.90%
B=48.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal211411520.860.0700.40185.0475.7233.92
Hex158D98567028b94c22
Octal25215230126705027111442
Binary10101100011011001100010101101110101000101110011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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