#289F88

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

Shades of Niagara #289F88

Tints of Niagara #289F88

Color information

#289F88 (or 0x289F88) is unknown color: approx Niagara. HEX triplet: 28, 9F and 88. RGB value is (40,159,136). Sum of RGB (Red+Green+Blue) = 40+159+136=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #289F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289F88 is #D76077. Grayscale: #787878. Windows color (decimal): -14114936 or 8953640. OLE color: 8953640.

HSL color Cylindrical-coordinate representation of color #289F88: hue angle of 168.4º 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 #289F88 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB40159136-
CMYK0.7500.140.38
HSL168.4º59.8%39.02%-
HSV(B)168.4º74.84%62.35%-
XYZ17.7227.0227.58-
YUV120.8136.5870.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.94%
GREEN value IS 159 (62.5% from 255) = 47.46%
BLUE value IS 136 (53.52% from 255) = 40.60%
R=11.94%
G=47.46%
B=40.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal401591360.7500.140.38168.459.839.02
Hex289F884B0E26a83c27
Octal50237210113016462507447
Binary101000100111111000100010010110111010011010101000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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