#289B8A

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

Shades of Niagara #289B8A

Tints of Niagara #289B8A

Color information

#289B8A (or 0x289B8A) is unknown color: approx Niagara. HEX triplet: 28, 9B and 8A. RGB value is (40,155,138). Sum of RGB (Red+Green+Blue) = 40+155+138=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #289B8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289B8A is #D76475. Grayscale: #767676. Windows color (decimal): -14115958 or 9083688. OLE color: 9083688.

HSL color Cylindrical-coordinate representation of color #289B8A: hue angle of 171.13º 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 #289B8A is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB40155138-
CMYK0.7400.110.39
HSL171.13º58.97%38.24%-
HSV(B)171.13º74.19%60.78%-
XYZ17.1825.7328.11-
YUV118.68138.971.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.01%
GREEN value IS 155 (60.94% from 255) = 46.55%
BLUE value IS 138 (54.30% from 255) = 41.44%
R=12.01%
G=46.55%
B=41.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal401551380.7400.110.39171.1358.9738.24
Hex289B8A4A0B27ab3b26
Octal50233212112013472537346
Binary101000100110111000101010010100101110011110101011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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