Html Css Color HEX #25A192 Niagara

📋 copy color: '#25A192'

red 37 ◦ green 161 ◦ blue 146

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

Shades of Niagara #25A192

Tints of Niagara #25A192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.44%

R = 10.76%
G = 46.8%
B = 42.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#25A192 (or 0x25A192) is known color: Niagara. HEX triplet: 25, A1 and 92. RGB value is (37,161,146). Sum of RGB (Red+Green+Blue) = 37+161+146=344 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.76% from 344); Green value is 161 (63.28% from 255 or 46.80% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 161 - color contains mainly: green. Hex color #25A192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A192 is #DA5E6D. Grayscale: #7A7A7A. Windows color (decimal): -14311022 or 9609509. OLE color: 9609509.

HSL color Cylindrical-coordinate representation of color #25A192: hue angle of 172.74º 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 #25A192 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 37 161 146 -
CMYK 0.77 0 0.09 0.37
HSL 172.74º 0.63% 0.39% -
HSV(B) 172.74º 0.77% 0.63% -
XYZ 18.7 27.96 31.61 -
YUV 122.21 141.42 67.22 -
System Red Green Blue C M Y K H S L
Decimal 37 161 146 0.77 0 0.09 0.37 172.74 0.63 0.39
Hex 25 A1 92 4D 0 9 25 AD 3F 27
Octal 45 241 222 115 0 11 45 255 77 47
Binary 100101 10100001 10010010 1001101 0 1001 100101 10101101 111111 100111

Color Harmonies of #25A192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A192

Black with #25A192

Text Example


Text Example

White with #25A192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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