Html Css Color HEX #25AE8D Niagara

📋 copy color: '#25AE8D'

red 37 ◦ green 174 ◦ blue 141

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

Shades of Niagara #25AE8D

Tints of Niagara #25AE8D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 49.43%

 BLUE value IS 141 (55.47% from 255) = 40.06%

R = 10.51%
G = 49.43%
B = 40.06%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#25AE8D (or 0x25AE8D) is known color: Niagara. HEX triplet: 25, AE and 8D. RGB value is (37,174,141). Sum of RGB (Red+Green+Blue) = 37+174+141=352 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.51% from 352); Green value is 174 (68.36% from 255 or 49.43% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 174 - color contains mainly: green. Hex color #25AE8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AE8D is #DA5172. Grayscale: #818181. Windows color (decimal): -14307699 or 9285157. OLE color: 9285157.

HSL color Cylindrical-coordinate representation of color #25AE8D: hue angle of 165.55º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25AE8D is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 174 141 -
CMYK 0.79 0 0.19 0.32
HSL 165.55º 0.65% 0.41% -
HSV(B) 165.55º 0.79% 0.68% -
XYZ 20.71 32.59 30.4 -
YUV 129.28 134.61 62.18 -
System Red Green Blue C M Y K H S L
Decimal 37 174 141 0.79 0 0.19 0.32 165.55 0.65 0.41
Hex 25 AE 8D 4F 0 13 20 A6 41 29
Octal 45 256 215 117 0 23 40 246 101 51
Binary 100101 10101110 10001101 1001111 0 10011 100000 10100110 1000001 101001

Color Harmonies of #25AE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AE8D

Black with #25AE8D

Text Example


Text Example

White with #25AE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,174,141); }

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

background-color css

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

 a { background-color: rgb(37,174,141); }

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

border-color css

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

 span { border-color: rgb(37,174,141); }

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