#25AA90

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

Shades of Niagara #25AA90

Tints of Niagara #25AA90

Color information

#25AA90 (or 0x25AA90) is unknown color: approx Niagara. HEX triplet: 25, AA and 90. RGB value is (37,170,144). Sum of RGB (Red+Green+Blue) = 37+170+144=351 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.54% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 170 - color contains mainly: green. Hex color #25AA90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AA90 is #DA556F. Grayscale: #7F7F7F. Windows color (decimal): -14308720 or 9480741. OLE color: 9480741.

HSL color Cylindrical-coordinate representation of color #25AA90: hue angle of 168.27º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25AA90 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB37170144-
CMYK0.7800.150.33
HSL168.27º64.25%40.59%-
HSV(B)168.27º78.24%66.67%-
XYZ20.1731.1631.34-
YUV127.27137.4463.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.54%
GREEN value IS 170 (66.80% from 255) = 48.43%
BLUE value IS 144 (56.64% from 255) = 41.03%
R=10.54%
G=48.43%
B=41.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal371701440.7800.150.33168.2764.2540.59
Hex25AA904E0F21a84029
Octal452522201160174125010051
Binary1001011010101010010000100111001111100001101010001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25AA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,170,144); }

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

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

 a { background-color: rgb(37,170,144); }

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

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

 span { border-color: rgb(37,170,144); }

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