#259C86

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

Shades of Niagara #259C86

Tints of Niagara #259C86

Color information

#259C86 (or 0x259C86) is unknown color: approx Niagara. HEX triplet: 25, 9C and 86. RGB value is (37,156,134). Sum of RGB (Red+Green+Blue) = 37+156+134=327 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.31% from 327); Green value is 156 (61.33% from 255 or 47.71% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 156 - color contains mainly: green. Hex color #259C86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259C86 is #DA6379. Grayscale: #757575. Windows color (decimal): -14312314 or 8821797. OLE color: 8821797.

HSL color Cylindrical-coordinate representation of color #259C86: hue angle of 168.91º degrees, saturation: 0.62, 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 #259C86 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB37156134-
CMYK0.7600.140.39
HSL168.91º61.66%37.84%-
HSV(B)168.91º76.28%61.18%-
XYZ16.9525.8926.66-
YUV117.91137.0870.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.31%
GREEN value IS 156 (61.33% from 255) = 47.71%
BLUE value IS 134 (52.73% from 255) = 40.98%
R=11.31%
G=47.71%
B=40.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal371561340.7600.140.39168.9161.6637.84
Hex259C864C0E27a93e26
Octal45234206114016472517646
Binary100101100111001000011010011000111010011110101001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,156,134); }

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

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

 a { background-color: rgb(37,156,134); }

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

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

 span { border-color: rgb(37,156,134); }

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