#289D88

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

Shades of Niagara #289D88

Tints of Niagara #289D88

Color information

#289D88 (or 0x289D88) is unknown color: approx Niagara. HEX triplet: 28, 9D and 88. RGB value is (40,157,136). Sum of RGB (Red+Green+Blue) = 40+157+136=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 157 - color contains mainly: green. Hex color #289D88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289D88 is #D76277. Grayscale: #777777. Windows color (decimal): -14115448 or 8953128. OLE color: 8953128.

HSL color Cylindrical-coordinate representation of color #289D88: hue angle of 169.23º degrees, saturation: 0.59, 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 #289D88 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB40157136-
CMYK0.7500.130.38
HSL169.23º59.39%38.63%-
HSV(B)169.23º74.52%61.57%-
XYZ17.3826.3427.46-
YUV119.62137.2471.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.01%
GREEN value IS 157 (61.72% from 255) = 47.15%
BLUE value IS 136 (53.52% from 255) = 40.84%
R=12.01%
G=47.15%
B=40.84%

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
Decimal401571360.7500.130.38169.2359.3938.63
Hex289D884B0D26a93b27
Octal50235210113015462517347
Binary101000100111011000100010010110110110011010101001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,157,136); }

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

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

 a { background-color: rgb(40,157,136); }

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

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

 span { border-color: rgb(40,157,136); }

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