#25ae98

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

Shades of Niagara #25AE98

Tints of Niagara #25AE98

Color information

#25AE98 (or 0x25AE98) is unknown color: approx Niagara. HEX triplet: 25, AE and 98. RGB value is (37,174,152). Sum of RGB (Red+Green+Blue) = 37+174+152=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 174 (68.36% from 255 or 47.93% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 174 - color contains mainly: green. Hex color #25AE98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AE98 is #DA5167. Grayscale: #828282. Windows color (decimal): -14307688 or 10006053. OLE color: 10006053.

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

Color convert

RGB37174152-
CMYK0.7900.130.32
HSL170.36º64.93%41.37%-
HSV(B)170.36º78.74%68.24%-
XYZ21.5732.9334.93-
YUV130.53140.1161.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.19%
GREEN value IS 174 (68.36% from 255) = 47.93%
BLUE value IS 152 (59.77% from 255) = 41.87%
R=10.19%
G=47.93%
B=41.87%

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
Decimal371741520.7900.130.32170.3664.9341.37
Hex25AE984F0D20aa4129
Octal452562301170154025210151
Binary1001011010111010011000100111101101100000101010101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25ae98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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