Html Css Color HEX #25B394 Niagara

📋 copy color: '#25B394'

red 37 ◦ green 179 ◦ blue 148

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

Shades of Niagara #25B394

Tints of Niagara #25B394

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.18%

 BLUE value IS 148 (58.2% from 255) = 40.66%

R = 10.16%
G = 49.18%
B = 40.66%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#25B394 (or 0x25B394) is known color: Niagara. HEX triplet: 25, B3 and 94. RGB value is (37,179,148). Sum of RGB (Red+Green+Blue) = 37+179+148=364 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.16% from 364); Green value is 179 (70.31% from 255 or 49.18% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 179 - color contains mainly: green. Hex color #25B394 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25B394 is #DA4C6B. Grayscale: #848484. Windows color (decimal): -14306412 or 9745189. OLE color: 9745189.

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

Color convert

RGB 37 179 148 -
CMYK 0.79 0 0.17 0.30
HSL 166.9º 0.66% 0.42% -
HSV(B) 166.9º 0.79% 0.7% -
XYZ 22.23 34.77 33.56 -
YUV 133.01 136.46 59.52 -
System Red Green Blue C M Y K H S L
Decimal 37 179 148 0.79 0 0.17 0.30 166.9 0.66 0.42
Hex 25 B3 94 4F 0 11 1E A7 42 2A
Octal 45 263 224 117 0 21 36 247 102 52
Binary 100101 10110011 10010100 1001111 0 10001 11110 10100111 1000010 101010

Color Harmonies of #25B394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B394

Black with #25B394

Text Example


Text Example

White with #25B394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,179,148); }

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

background-color css

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

 a { background-color: rgb(37,179,148); }

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

border-color css

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

 span { border-color: rgb(37,179,148); }

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