Html Css Color HEX #25A090 Niagara

📋 copy color: '#25A090'

red 37 ◦ green 160 ◦ blue 144

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

Shades of Niagara #25A090

Tints of Niagara #25A090

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.92%

 BLUE value IS 144 (56.64% from 255) = 42.23%

R = 10.85%
G = 46.92%
B = 42.23%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#25A090 (or 0x25A090) is known color: Niagara. HEX triplet: 25, A0 and 90. RGB value is (37,160,144). Sum of RGB (Red+Green+Blue) = 37+160+144=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #25A090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A090 is #DA5F6F. Grayscale: #797979. Windows color (decimal): -14311280 or 9478181. OLE color: 9478181.

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

Color convert

RGB 37 160 144 -
CMYK 0.77 0 0.1 0.37
HSL 172.2º 0.62% 0.39% -
HSV(B) 172.2º 0.77% 0.63% -
XYZ 18.37 27.55 30.73 -
YUV 121.4 140.75 67.8 -
System Red Green Blue C M Y K H S L
Decimal 37 160 144 0.77 0 0.1 0.37 172.2 0.62 0.39
Hex 25 A0 90 4D 0 A 25 AC 3E 27
Octal 45 240 220 115 0 12 45 254 76 47
Binary 100101 10100000 10010000 1001101 0 1010 100101 10101100 111110 100111

Color Harmonies of #25A090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A090

Black with #25A090

Text Example


Text Example

White with #25A090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,160,144); }

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

background-color css

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

 a { background-color: rgb(37,160,144); }

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

border-color css

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

 span { border-color: rgb(37,160,144); }

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