#289B82

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

Shades of Niagara #289B82

Tints of Niagara #289B82

Color information

#289B82 (or 0x289B82) is unknown color: approx Niagara. HEX triplet: 28, 9B and 82. RGB value is (40,155,130). Sum of RGB (Red+Green+Blue) = 40+155+130=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 155 - color contains mainly: green. Hex color #289B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289B82 is #D7647D. Grayscale: #757575. Windows color (decimal): -14115966 or 8559400. OLE color: 8559400.

HSL color Cylindrical-coordinate representation of color #289B82: hue angle of 166.96º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289B82 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB40155130-
CMYK0.7400.160.39
HSL166.96º58.97%38.24%-
HSV(B)166.96º74.19%60.78%-
XYZ16.6325.5125.17-
YUV117.76134.972.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.31%
GREEN value IS 155 (60.94% from 255) = 47.69%
BLUE value IS 130 (51.17% from 255) = 40%
R=12.31%
G=47.69%
B=40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal401551300.7400.160.39166.9658.9738.24
Hex289B824A01027a73b26
Octal50233202112020472477346
Binary1010001001101110000010100101001000010011110100111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,155,130); }

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

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

 a { background-color: rgb(40,155,130); }

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

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

 span { border-color: rgb(40,155,130); }

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