#159D94

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

Shades of Java #159D94

Tints of Java #159D94

Color information

#159D94 (or 0x159D94) is unknown color: approx Java. HEX triplet: 15, 9D and 94. RGB value is (21,157,148). Sum of RGB (Red+Green+Blue) = 21+157+148=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 157 - color contains mainly: green. Hex color #159D94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159D94 is #EA626B. Grayscale: #737373. Windows color (decimal): -15360620 or 9739541. OLE color: 9739541.

HSL color Cylindrical-coordinate representation of color #159D94: hue angle of 176.03º degrees, saturation: 0.76, 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 #159D94 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB21157148-
CMYK0.8700.060.38
HSL176.03º76.4%34.9%-
HSV(B)176.03º86.62%61.57%-
XYZ17.7126.4132.18-
YUV115.31146.4460.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.44%
GREEN value IS 157 (61.72% from 255) = 48.16%
BLUE value IS 148 (58.20% from 255) = 45.40%
R=6.44%
G=48.16%
B=45.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal211571480.8700.060.38176.0376.434.9
Hex159D94570626b04c23
Octal25235224127064626011443
Binary10101100111011001010010101110110100110101100001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,157,148); }

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

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

 a { background-color: rgb(21,157,148); }

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

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

 span { border-color: rgb(21,157,148); }

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