#289986

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

Shades of Niagara #289986

Tints of Niagara #289986

Color information

#289986 (or 0x289986) is unknown color: approx Niagara. HEX triplet: 28, 99 and 86. RGB value is (40,153,134). Sum of RGB (Red+Green+Blue) = 40+153+134=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #289986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289986 is #D76679. Grayscale: #757575. Windows color (decimal): -14116474 or 8821032. OLE color: 8821032.

HSL color Cylindrical-coordinate representation of color #289986: hue angle of 169.91º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289986 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB40153134-
CMYK0.7400.120.4
HSL169.91º58.55%37.84%-
HSV(B)169.91º73.86%60%-
XYZ16.5724.9526.5-
YUV117.05137.5673.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.23%
GREEN value IS 153 (60.16% from 255) = 46.79%
BLUE value IS 134 (52.73% from 255) = 40.98%
R=12.23%
G=46.79%
B=40.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal401531340.7400.120.4169.9158.5537.84
Hex2899864A0C28aa3b26
Octal50231206112014502527346
Binary101000100110011000011010010100110010100010101010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289986; }

 p { color: rgb(40,153,134); }

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

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

 a { background-color: rgb(40,153,134); }

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

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

 span { border-color: rgb(40,153,134); }

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