Html Css Color HEX #25B19A Niagara

📋 copy color: '#25B19A'

red 37 ◦ green 177 ◦ blue 154

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

Shades of Niagara #25B19A

Tints of Niagara #25B19A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.1%

 BLUE value IS 154 (60.55% from 255) = 41.85%

R = 10.05%
G = 48.1%
B = 41.85%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#25B19A (or 0x25B19A) is known color: Niagara. HEX triplet: 25, B1 and 9A. RGB value is (37,177,154). Sum of RGB (Red+Green+Blue) = 37+177+154=368 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.05% from 368); Green value is 177 (69.53% from 255 or 48.10% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 177 - color contains mainly: green. Hex color #25B19A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25B19A is #DA4E65. Grayscale: #848484. Windows color (decimal): -14306918 or 10137893. OLE color: 10137893.

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

Color convert

RGB 37 177 154 -
CMYK 0.79 0 0.13 0.31
HSL 170.14º 0.65% 0.42% -
HSV(B) 170.14º 0.79% 0.69% -
XYZ 22.32 34.17 35.99 -
YUV 132.52 140.12 59.87 -
System Red Green Blue C M Y K H S L
Decimal 37 177 154 0.79 0 0.13 0.31 170.14 0.65 0.42
Hex 25 B1 9A 4F 0 D 1F AA 41 2A
Octal 45 261 232 117 0 15 37 252 101 52
Binary 100101 10110001 10011010 1001111 0 1101 11111 10101010 1000001 101010

Color Harmonies of #25B19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B19A

Black with #25B19A

Text Example


Text Example

White with #25B19A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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