#25a291

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

Shades of Niagara #25A291

Tints of Niagara #25A291

Color information

#25A291 (or 0x25A291) is unknown color: approx Niagara. HEX triplet: 25, A2 and 91. RGB value is (37,162,145). Sum of RGB (Red+Green+Blue) = 37+162+145=344 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.76% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 162 - color contains mainly: green. Hex color #25A291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A291 is #DA5D6E. Grayscale: #7A7A7A. Windows color (decimal): -14310767 or 9544229. OLE color: 9544229.

HSL color Cylindrical-coordinate representation of color #25A291: hue angle of 171.84º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25A291 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB37162145-
CMYK0.7700.100.36
HSL171.84º62.81%39.02%-
HSV(B)171.84º77.16%63.53%-
XYZ18.7928.2831.26-
YUV122.69140.5966.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.76%
GREEN value IS 162 (63.67% from 255) = 47.09%
BLUE value IS 145 (57.03% from 255) = 42.15%
R=10.76%
G=47.09%
B=42.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal371621450.7700.100.36171.8462.8139.02
Hex25A2914D0A24ac3f27
Octal45242221115012442547747
Binary100101101000101001000110011010101010010010101100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25a291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25a291; }

 p { color: rgb(37,162,145); }

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

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

 a { background-color: rgb(37,162,145); }

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

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

 span { border-color: rgb(37,162,145); }

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