#289C8B

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

Shades of Niagara #289C8B

Tints of Niagara #289C8B

Color information

#289C8B (or 0x289C8B) is unknown color: approx Niagara. HEX triplet: 28, 9C and 8B. RGB value is (40,156,139). Sum of RGB (Red+Green+Blue) = 40+156+139=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 156 - color contains mainly: green. Hex color #289C8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289C8B is #D76374. Grayscale: #777777. Windows color (decimal): -14115701 or 9149480. OLE color: 9149480.

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

Color convert

RGB40156139-
CMYK0.7400.110.39
HSL171.21º59.18%38.43%-
HSV(B)171.21º74.36%61.18%-
XYZ17.4226.0928.54-
YUV119.38139.0771.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.94%
GREEN value IS 156 (61.33% from 255) = 46.57%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=11.94%
G=46.57%
B=41.49%

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
Decimal401561390.7400.110.39171.2159.1838.43
Hex289C8B4A0B27ab3b26
Octal50234213112013472537346
Binary101000100111001000101110010100101110011110101011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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