#25AD96

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

Shades of Niagara #25AD96

Tints of Niagara #25AD96

Color information

#25AD96 (or 0x25AD96) is unknown color: approx Niagara. HEX triplet: 25, AD and 96. RGB value is (37,173,150). Sum of RGB (Red+Green+Blue) = 37+173+150=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 173 - color contains mainly: green. Hex color #25AD96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AD96 is #DA5269. Grayscale: #818181. Windows color (decimal): -14307946 or 9874725. OLE color: 9874725.

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

Color convert

RGB37173150-
CMYK0.7900.130.32
HSL169.85º64.76%41.18%-
HSV(B)169.85º78.61%67.84%-
XYZ21.2132.4834.01-
YUV129.71139.4461.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.28%
GREEN value IS 173 (67.97% from 255) = 48.06%
BLUE value IS 150 (58.98% from 255) = 41.67%
R=10.28%
G=48.06%
B=41.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal371731500.7900.130.32169.8564.7641.18
Hex25AD964F0D20aa4129
Octal452552261170154025210151
Binary1001011010110110010110100111101101100000101010101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25AD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,173,150); }

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

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

 a { background-color: rgb(37,173,150); }

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

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

 span { border-color: rgb(37,173,150); }

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