#158C98

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

Shades of Java #158C98

Tints of Java #158C98

Color information

#158C98 (or 0x158C98) is unknown color: approx Java. HEX triplet: 15, 8C and 98. RGB value is (21,140,152). Sum of RGB (Red+Green+Blue) = 21+140+152=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #158C98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158C98 is #EA7367. Grayscale: #696969. Windows color (decimal): -15364968 or 9997333. OLE color: 9997333.

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

Color convert

RGB21140152-
CMYK0.860.0800.40
HSL185.5º75.72%33.92%-
HSV(B)185.5º86.18%59.61%-
XYZ15.3521.1832.99-
YUV105.79154.0867.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.71%
GREEN value IS 140 (55.08% from 255) = 44.73%
BLUE value IS 152 (59.77% from 255) = 48.56%
R=6.71%
G=44.73%
B=48.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal211401520.860.0800.40185.575.7233.92
Hex158C98568028b94c22
Octal252142301261005027111442
Binary101011000110010011000101011010000101000101110011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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