Html Css Color HEX #25A48F Niagara

📋 copy color: '#25A48F'

red 37 ◦ green 164 ◦ blue 143

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

Shades of Niagara #25A48F

Tints of Niagara #25A48F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.67%

 BLUE value IS 143 (56.25% from 255) = 41.57%

R = 10.76%
G = 47.67%
B = 41.57%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#25A48F (or 0x25A48F) is known color: Niagara. HEX triplet: 25, A4 and 8F. RGB value is (37,164,143). Sum of RGB (Red+Green+Blue) = 37+164+143=344 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.76% from 344); Green value is 164 (64.45% from 255 or 47.67% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 164 - color contains mainly: green. Hex color #25A48F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A48F is #DA5B70. Grayscale: #7B7B7B. Windows color (decimal): -14310257 or 9413669. OLE color: 9413669.

HSL color Cylindrical-coordinate representation of color #25A48F: hue angle of 170.08º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25A48F is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 37 164 143 -
CMYK 0.77 0 0.13 0.36
HSL 170.08º 0.63% 0.39% -
HSV(B) 170.08º 0.77% 0.64% -
XYZ 19 28.93 30.57 -
YUV 123.63 138.92 66.21 -
System Red Green Blue C M Y K H S L
Decimal 37 164 143 0.77 0 0.13 0.36 170.08 0.63 0.39
Hex 25 A4 8F 4D 0 D 24 AA 3F 27
Octal 45 244 217 115 0 15 44 252 77 47
Binary 100101 10100100 10001111 1001101 0 1101 100100 10101010 111111 100111

Color Harmonies of #25A48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A48F

Black with #25A48F

Text Example


Text Example

White with #25A48F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,164,143); }

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

background-color css

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

 a { background-color: rgb(37,164,143); }

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

border-color css

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

 span { border-color: rgb(37,164,143); }

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