#259881

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

Shades of Niagara #259881

Tints of Niagara #259881

Color information

#259881 (or 0x259881) is unknown color: approx Niagara. HEX triplet: 25, 98 and 81. RGB value is (37,152,129). Sum of RGB (Red+Green+Blue) = 37+152+129=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #259881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259881 is #DA677E. Grayscale: #727272. Windows color (decimal): -14313343 or 8493093. OLE color: 8493093.

HSL color Cylindrical-coordinate representation of color #259881: hue angle of 168º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259881 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB37152129-
CMYK0.7600.150.40
HSL168º60.85%37.06%-
HSV(B)168º75.66%59.61%-
XYZ15.9524.4324.64-
YUV114.99135.972.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.64%
GREEN value IS 152 (59.77% from 255) = 47.80%
BLUE value IS 129 (50.78% from 255) = 40.57%
R=11.64%
G=47.80%
B=40.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal371521290.7600.150.4016860.8537.06
Hex2598814C0F28a83d25
Octal45230201114017502507545
Binary100101100110001000000110011000111110100010101000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259881; }

 p { color: rgb(37,152,129); }

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

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

 a { background-color: rgb(37,152,129); }

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

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

 span { border-color: rgb(37,152,129); }

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