Html Css Color HEX #25AB91 Niagara

📋 copy color: '#25AB91'

red 37 ◦ green 171 ◦ blue 145

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

Shades of Niagara #25AB91

Tints of Niagara #25AB91

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.44%

 BLUE value IS 145 (57.03% from 255) = 41.08%

R = 10.48%
G = 48.44%
B = 41.08%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#25AB91 (or 0x25AB91) is known color: Niagara. HEX triplet: 25, AB and 91. RGB value is (37,171,145). Sum of RGB (Red+Green+Blue) = 37+171+145=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #25AB91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AB91 is #DA546E. Grayscale: #7F7F7F. Windows color (decimal): -14308463 or 9546533. OLE color: 9546533.

HSL color Cylindrical-coordinate representation of color #25AB91: hue angle of 168.36º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25AB91 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 171 145 -
CMYK 0.78 0 0.15 0.33
HSL 168.36º 0.64% 0.41% -
HSV(B) 168.36º 0.78% 0.67% -
XYZ 20.44 31.56 31.8 -
YUV 127.97 137.61 63.11 -
System Red Green Blue C M Y K H S L
Decimal 37 171 145 0.78 0 0.15 0.33 168.36 0.64 0.41
Hex 25 AB 91 4E 0 F 21 A8 40 29
Octal 45 253 221 116 0 17 41 250 100 51
Binary 100101 10101011 10010001 1001110 0 1111 100001 10101000 1000000 101001

Color Harmonies of #25AB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AB91

Black with #25AB91

Text Example


Text Example

White with #25AB91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,171,145); }

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

background-color css

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

 a { background-color: rgb(37,171,145); }

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

border-color css

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

 span { border-color: rgb(37,171,145); }

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