#25AE95

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

Shades of Niagara #25AE95

Tints of Niagara #25AE95

Color information

#25AE95 (or 0x25AE95) is unknown color: approx Niagara. HEX triplet: 25, AE and 95. RGB value is (37,174,149). Sum of RGB (Red+Green+Blue) = 37+174+149=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 174 (68.36% from 255 or 48.33% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 174 - color contains mainly: green. Hex color #25AE95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AE95 is #DA516A. Grayscale: #828282. Windows color (decimal): -14307691 or 9809445. OLE color: 9809445.

HSL color Cylindrical-coordinate representation of color #25AE95: hue angle of 169.05º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25AE95 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB37174149-
CMYK0.7900.140.32
HSL169.05º64.93%41.37%-
HSV(B)169.05º78.74%68.24%-
XYZ21.3232.8433.65-
YUV130.19138.6161.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.28%
GREEN value IS 174 (68.36% from 255) = 48.33%
BLUE value IS 149 (58.59% from 255) = 41.39%
R=10.28%
G=48.33%
B=41.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal371741490.7900.140.32169.0564.9341.37
Hex25AE954F0E20a94129
Octal452562251170164025110151
Binary1001011010111010010101100111101110100000101010011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25AE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,174,149); }

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

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

 a { background-color: rgb(37,174,149); }

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

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

 span { border-color: rgb(37,174,149); }

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