Html Css Color HEX #25A58B Niagara

📋 copy color: '#25A58B'

red 37 ◦ green 165 ◦ blue 139

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

Shades of Niagara #25A58B

Tints of Niagara #25A58B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.39%

 BLUE value IS 139 (54.69% from 255) = 40.76%

R = 10.85%
G = 48.39%
B = 40.76%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#25A58B (or 0x25A58B) is known color: Niagara. HEX triplet: 25, A5 and 8B. RGB value is (37,165,139). Sum of RGB (Red+Green+Blue) = 37+165+139=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 165 - color contains mainly: green. Hex color #25A58B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A58B is #DA5A74. Grayscale: #7B7B7B. Windows color (decimal): -14310005 or 9151781. OLE color: 9151781.

HSL color Cylindrical-coordinate representation of color #25A58B: hue angle of 167.81º degrees, saturation: 0.63, 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 #25A58B is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 37 165 139 -
CMYK 0.78 0 0.16 0.35
HSL 167.81º 0.63% 0.4% -
HSV(B) 167.81º 0.78% 0.65% -
XYZ 18.88 29.17 29.06 -
YUV 123.76 136.59 66.11 -
System Red Green Blue C M Y K H S L
Decimal 37 165 139 0.78 0 0.16 0.35 167.81 0.63 0.4
Hex 25 A5 8B 4E 0 10 23 A8 3F 28
Octal 45 245 213 116 0 20 43 250 77 50
Binary 100101 10100101 10001011 1001110 0 10000 100011 10101000 111111 101000

Color Harmonies of #25A58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A58B

Black with #25A58B

Text Example


Text Example

White with #25A58B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,165,139); }

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

background-color css

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

 a { background-color: rgb(37,165,139); }

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

border-color css

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

 span { border-color: rgb(37,165,139); }

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