#159A9E

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

Shades of Java #159A9E

Tints of Java #159A9E

Color information

#159A9E (or 0x159A9E) is unknown color: approx Java. HEX triplet: 15, 9A and 9E. RGB value is (21,154,158). Sum of RGB (Red+Green+Blue) = 21+154+158=333 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.31% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #159A9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159A9E is #EA6561. Grayscale: #727272. Windows color (decimal): -15361378 or 10394133. OLE color: 10394133.

HSL color Cylindrical-coordinate representation of color #159A9E: hue angle of 181.75º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159A9E is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB21154158-
CMYK0.870.0300.38
HSL181.75º76.54%35.1%-
HSV(B)181.75º86.71%61.96%-
XYZ18.0425.7436.37-
YUV114.69152.4461.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.31%
GREEN value IS 154 (60.55% from 255) = 46.25%
BLUE value IS 158 (62.11% from 255) = 47.45%
R=6.31%
G=46.25%
B=47.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal211541580.870.0300.38181.7576.5435.1
Hex159A9E573026b64d23
Octal25232236127304626611543
Binary1010110011010100111101010111110100110101101101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159A9E; }

 p { color: rgb(21,154,158); }

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

<style>
 a { background-color: #159A9E; }

 a { background-color: rgb(21,154,158); }

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

<style>
 span { border-color: #159A9E; }

 span { border-color: rgb(21,154,158); }

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