#289B8B

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

Shades of Niagara #289B8B

Tints of Niagara #289B8B

Color information

#289B8B (or 0x289B8B) is unknown color: approx Niagara. HEX triplet: 28, 9B and 8B. RGB value is (40,155,139). Sum of RGB (Red+Green+Blue) = 40+155+139=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 155 - color contains mainly: green. Hex color #289B8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289B8B is #D76474. Grayscale: #767676. Windows color (decimal): -14115957 or 9149224. OLE color: 9149224.

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

Color convert

RGB40155139-
CMYK0.7400.100.39
HSL171.65º58.97%38.24%-
HSV(B)171.65º74.19%60.78%-
XYZ17.2625.7628.49-
YUV118.79139.471.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.98%
GREEN value IS 155 (60.94% from 255) = 46.41%
BLUE value IS 139 (54.69% from 255) = 41.62%
R=11.98%
G=46.41%
B=41.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal401551390.7400.100.39171.6558.9738.24
Hex289B8B4A0A27ac3b26
Octal50233213112012472547346
Binary101000100110111000101110010100101010011110101100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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