#159E9A

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

Shades of Java #159E9A

Tints of Java #159E9A

Color information

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

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

Color convert

RGB21158154-
CMYK0.8700.030.38
HSL178.25º76.54%35.1%-
HSV(B)178.25º86.71%61.96%-
XYZ18.3726.9534.8-
YUV116.58149.1159.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal211581540.8700.030.38178.2576.5435.1
Hex159E9A570326b24d23
Octal25236232127034626211543
Binary1010110011110100110101010111011100110101100101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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