#159B87

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

Shades of Niagara #159B87

Tints of Niagara #159B87

Color information

#159B87 (or 0x159B87) is unknown color: approx Niagara. HEX triplet: 15, 9B and 87. RGB value is (21,155,135). Sum of RGB (Red+Green+Blue) = 21+155+135=311 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.75% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 155 - color contains mainly: green. Hex color #159B87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159B87 is #EA6478. Grayscale: #707070. Windows color (decimal): -15361145 or 8887061. OLE color: 8887061.

HSL color Cylindrical-coordinate representation of color #159B87: hue angle of 171.04º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159B87 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB21155135-
CMYK0.8600.130.39
HSL171.04º76.14%34.51%-
HSV(B)171.04º86.45%60.78%-
XYZ16.425.3526.95-
YUV112.65140.6162.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.75%
GREEN value IS 155 (60.94% from 255) = 49.84%
BLUE value IS 135 (53.12% from 255) = 43.41%
R=6.75%
G=49.84%
B=43.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211551350.8600.130.39171.0476.1434.51
Hex159B87560D27ab4c23
Octal252332071260154725311443
Binary101011001101110000111101011001101100111101010111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,155,135); }

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

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

 a { background-color: rgb(21,155,135); }

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

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

 span { border-color: rgb(21,155,135); }

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