#259B89

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

Shades of Niagara #259B89

Tints of Niagara #259B89

Color information

#259B89 (or 0x259B89) is unknown color: approx Niagara. HEX triplet: 25, 9B and 89. RGB value is (37,155,137). Sum of RGB (Red+Green+Blue) = 37+155+137=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 155 - color contains mainly: green. Hex color #259B89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259B89 is #DA6476. Grayscale: #757575. Windows color (decimal): -14312567 or 9018149. OLE color: 9018149.

HSL color Cylindrical-coordinate representation of color #259B89: hue angle of 170.85º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259B89 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB37155137-
CMYK0.7600.120.39
HSL170.85º61.46%37.65%-
HSV(B)170.85º76.13%60.78%-
XYZ1725.6427.72-
YUV117.67138.9170.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.25%
GREEN value IS 155 (60.94% from 255) = 47.11%
BLUE value IS 137 (53.91% from 255) = 41.64%
R=11.25%
G=47.11%
B=41.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal371551370.7600.120.39170.8561.4637.65
Hex259B894C0C27ab3d26
Octal45233211114014472537546
Binary100101100110111000100110011000110010011110101011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259B89; }

 p { color: rgb(37,155,137); }

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

<style>
 a { background-color: #259B89; }

 a { background-color: rgb(37,155,137); }

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

<style>
 span { border-color: #259B89; }

 span { border-color: rgb(37,155,137); }

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