#25B29A

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

Shades of Niagara #25B29A

Tints of Niagara #25B29A

Color information

#25B29A (or 0x25B29A) is unknown color: approx Niagara. HEX triplet: 25, B2 and 9A. RGB value is (37,178,154). Sum of RGB (Red+Green+Blue) = 37+178+154=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 178 - color contains mainly: green. Hex color #25B29A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25B29A is #DA4D65. Grayscale: #858585. Windows color (decimal): -14306662 or 10138149. OLE color: 10138149.

HSL color Cylindrical-coordinate representation of color #25B29A: hue angle of 169.79º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B29A is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB37178154-
CMYK0.7900.130.30
HSL169.79º65.58%42.16%-
HSV(B)169.79º79.21%69.8%-
XYZ22.5234.5736.06-
YUV133.1139.7959.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.03%
GREEN value IS 178 (69.92% from 255) = 48.24%
BLUE value IS 154 (60.55% from 255) = 41.73%
R=10.03%
G=48.24%
B=41.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal371781540.7900.130.30169.7965.5842.16
Hex25B29A4F0D1Eaa422a
Octal452622321170153625210252
Binary100101101100101001101010011110110111110101010101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,178,154); }

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

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

 a { background-color: rgb(37,178,154); }

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

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

 span { border-color: rgb(37,178,154); }

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