#289F8A

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

Shades of Niagara #289F8A

Tints of Niagara #289F8A

Color information

#289F8A (or 0x289F8A) is unknown color: approx Niagara. HEX triplet: 28, 9F and 8A. RGB value is (40,159,138). Sum of RGB (Red+Green+Blue) = 40+159+138=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 159 - color contains mainly: green. Hex color #289F8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289F8A is #D76075. Grayscale: #787878. Windows color (decimal): -14114934 or 9084712. OLE color: 9084712.

HSL color Cylindrical-coordinate representation of color #289F8A: hue angle of 169.41º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #289F8A is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB40159138-
CMYK0.7500.130.38
HSL169.41º59.8%39.02%-
HSV(B)169.41º74.84%62.35%-
XYZ17.8627.0828.33-
YUV121.02137.5870.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.87%
GREEN value IS 159 (62.5% from 255) = 47.18%
BLUE value IS 138 (54.30% from 255) = 40.95%
R=11.87%
G=47.18%
B=40.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal401591380.7500.130.38169.4159.839.02
Hex289F8A4B0D26a93c27
Octal50237212113015462517447
Binary101000100111111000101010010110110110011010101001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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