#259F8E

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

Shades of Niagara #259F8E

Tints of Niagara #259F8E

Color information

#259F8E (or 0x259F8E) is unknown color: approx Niagara. HEX triplet: 25, 9F and 8E. RGB value is (37,159,142). Sum of RGB (Red+Green+Blue) = 37+159+142=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 159 (62.5% from 255 or 47.04% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 159 - color contains mainly: green. Hex color #259F8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259F8E is #DA6071. Grayscale: #787878. Windows color (decimal): -14311538 or 9346853. OLE color: 9346853.

HSL color Cylindrical-coordinate representation of color #259F8E: hue angle of 171.64º 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 #259F8E is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB37159142-
CMYK0.7700.110.38
HSL171.64º62.24%38.43%-
HSV(B)171.64º76.73%62.35%-
XYZ18.0427.1429.88-
YUV120.58140.0868.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.95%
GREEN value IS 159 (62.5% from 255) = 47.04%
BLUE value IS 142 (55.86% from 255) = 42.01%
R=10.95%
G=47.04%
B=42.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371591420.7700.110.38171.6462.2438.43
Hex259F8E4D0B26ac3e26
Octal45237216115013462547646
Binary100101100111111000111010011010101110011010101100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,159,142); }

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

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

 a { background-color: rgb(37,159,142); }

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

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

 span { border-color: rgb(37,159,142); }

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