#289F87

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

Shades of Niagara #289F87

Tints of Niagara #289F87

Color information

#289F87 (or 0x289F87) is unknown color: approx Niagara. HEX triplet: 28, 9F and 87. RGB value is (40,159,135). Sum of RGB (Red+Green+Blue) = 40+159+135=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 159 - color contains mainly: green. Hex color #289F87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289F87 is #D76078. Grayscale: #787878. Windows color (decimal): -14114937 or 8888104. OLE color: 8888104.

HSL color Cylindrical-coordinate representation of color #289F87: hue angle of 167.9º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #289F87 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB40159135-
CMYK0.7500.150.38
HSL167.9º59.8%39.02%-
HSV(B)167.9º74.84%62.35%-
XYZ17.652727.2-
YUV120.68136.0870.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.98%
GREEN value IS 159 (62.5% from 255) = 47.60%
BLUE value IS 135 (53.12% from 255) = 40.42%
R=11.98%
G=47.60%
B=40.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal401591350.7500.150.38167.959.839.02
Hex289F874B0F26a83c27
Octal50237207113017462507447
Binary101000100111111000011110010110111110011010101000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289F87; }

 p { color: rgb(40,159,135); }

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

<style>
 a { background-color: #289F87; }

 a { background-color: rgb(40,159,135); }

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

<style>
 span { border-color: #289F87; }

 span { border-color: rgb(40,159,135); }

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