Html Css Color HEX #25A696 Niagara

📋 copy color: '#25A696'

red 37 ◦ green 166 ◦ blue 150

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

Shades of Niagara #25A696

Tints of Niagara #25A696

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.03%

 BLUE value IS 150 (58.98% from 255) = 42.49%

R = 10.48%
G = 47.03%
B = 42.49%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#25A696 (or 0x25A696) is known color: Niagara. HEX triplet: 25, A6 and 96. RGB value is (37,166,150). Sum of RGB (Red+Green+Blue) = 37+166+150=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 166 - color contains mainly: green. Hex color #25A696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A696 is #DA5969. Grayscale: #7D7D7D. Windows color (decimal): -14309738 or 9872933. OLE color: 9872933.

HSL color Cylindrical-coordinate representation of color #25A696: hue angle of 172.56º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A696 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 37 166 150 -
CMYK 0.78 0 0.10 0.35
HSL 172.56º 0.64% 0.4% -
HSV(B) 172.56º 0.78% 0.65% -
XYZ 19.9 29.87 33.57 -
YUV 125.61 141.76 64.8 -
System Red Green Blue C M Y K H S L
Decimal 37 166 150 0.78 0 0.10 0.35 172.56 0.64 0.4
Hex 25 A6 96 4E 0 A 23 AD 40 28
Octal 45 246 226 116 0 12 43 255 100 50
Binary 100101 10100110 10010110 1001110 0 1010 100011 10101101 1000000 101000

Color Harmonies of #25A696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A696

Black with #25A696

Text Example


Text Example

White with #25A696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,166,150); }

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

background-color css

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

 a { background-color: rgb(37,166,150); }

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

border-color css

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

 span { border-color: rgb(37,166,150); }

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