Html Css Color HEX #25A185 Niagara

📋 copy color: '#25A185'

red 37 ◦ green 161 ◦ blue 133

#25A185
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Niagara #25A185

Tints of Niagara #25A185

RGB

 RED value IS 37 (14.84% from 255) = 11.18%

 GREEN value IS 161 (63.28% from 255) = 48.64%

 BLUE value IS 133 (52.34% from 255) = 40.18%

R = 11.18%
G = 48.64%
B = 40.18%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#25A185 (or 0x25A185) is known color: Niagara. HEX triplet: 25, A1 and 85. RGB value is (37,161,133). Sum of RGB (Red+Green+Blue) = 37+161+133=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 161 (63.28% from 255 or 48.64% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 161 - color contains mainly: green. Hex color #25A185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A185 is #DA5E7A. Grayscale: #787878. Windows color (decimal): -14311035 or 8757541. OLE color: 8757541.

HSL color Cylindrical-coordinate representation of color #25A185: hue angle of 166.45º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25A185 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 37 161 133 -
CMYK 0.77 0 0.17 0.37
HSL 166.45º 0.63% 0.39% -
HSV(B) 166.45º 0.77% 0.63% -
XYZ 17.74 27.58 26.58 -
YUV 120.73 134.92 68.28 -
System Red Green Blue C M Y K H S L
Decimal 37 161 133 0.77 0 0.17 0.37 166.45 0.63 0.39
Hex 25 A1 85 4D 0 11 25 A6 3F 27
Octal 45 241 205 115 0 21 45 246 77 47
Binary 100101 10100001 10000101 1001101 0 10001 100101 10100110 111111 100111

Color Harmonies of #25A185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A185

Black with #25A185

Text Example


Text Example

White with #25A185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,161,133); }

 H1.HeaderClassName
 {
   color: #25A185;
 }
 .AnyTagClassName
 {
   color: #25A185;
 }
</style>

background-color css

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

 a { background-color: rgb(37,161,133); }

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

border-color css

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

 span { border-color: rgb(37,161,133); }

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