#259E86

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

Shades of Niagara #259E86

Tints of Niagara #259E86

Color information

#259E86 (or 0x259E86) is unknown color: approx Niagara. HEX triplet: 25, 9E and 86. RGB value is (37,158,134). Sum of RGB (Red+Green+Blue) = 37+158+134=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 158 (62.11% from 255 or 48.02% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 158 - color contains mainly: green. Hex color #259E86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259E86 is #DA6179. Grayscale: #777777. Windows color (decimal): -14311802 or 8822309. OLE color: 8822309.

HSL color Cylindrical-coordinate representation of color #259E86: hue angle of 168.1º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #259E86 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB37158134-
CMYK0.7700.150.38
HSL168.1º62.05%38.24%-
HSV(B)168.1º76.58%61.96%-
XYZ17.2926.5726.77-
YUV119.08136.4169.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.25%
GREEN value IS 158 (62.11% from 255) = 48.02%
BLUE value IS 134 (52.73% from 255) = 40.73%
R=11.25%
G=48.02%
B=40.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371581340.7700.150.38168.162.0538.24
Hex259E864D0F26a83e26
Octal45236206115017462507646
Binary100101100111101000011010011010111110011010101000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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