#25AE8D

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

Shades of Niagara #25AE8D

Tints of Niagara #25AE8D

Color information

#25AE8D (or 0x25AE8D) is unknown color: approx Niagara. HEX triplet: 25, AE and 8D. RGB value is (37,174,141). Sum of RGB (Red+Green+Blue) = 37+174+141=352 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.51% from 352); Green value is 174 (68.36% from 255 or 49.43% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 174 - color contains mainly: green. Hex color #25AE8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AE8D is #DA5172. Grayscale: #818181. Windows color (decimal): -14307699 or 9285157. OLE color: 9285157.

HSL color Cylindrical-coordinate representation of color #25AE8D: hue angle of 165.55º 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 #25AE8D is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB37174141-
CMYK0.7900.190.32
HSL165.55º64.93%41.37%-
HSV(B)165.55º78.74%68.24%-
XYZ20.7132.5930.4-
YUV129.28134.6162.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.51%
GREEN value IS 174 (68.36% from 255) = 49.43%
BLUE value IS 141 (55.47% from 255) = 40.06%
R=10.51%
G=49.43%
B=40.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal371741410.7900.190.32165.5564.9341.37
Hex25AE8D4F01320a64129
Octal452562151170234024610151
Binary10010110101110100011011001111010011100000101001101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25AE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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