Html Css Color HEX #25AB9A Niagara

📋 copy color: '#25AB9A'

red 37 ◦ green 171 ◦ blue 154

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

Shades of Niagara #25AB9A

Tints of Niagara #25AB9A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.24%

 BLUE value IS 154 (60.55% from 255) = 42.54%

R = 10.22%
G = 47.24%
B = 42.54%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#25AB9A (or 0x25AB9A) is known color: Niagara. HEX triplet: 25, AB and 9A. RGB value is (37,171,154). Sum of RGB (Red+Green+Blue) = 37+171+154=362 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.22% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 171 - color contains mainly: green. Hex color #25AB9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AB9A is #DA5465. Grayscale: #808080. Windows color (decimal): -14308454 or 10136357. OLE color: 10136357.

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

Color convert

RGB 37 171 154 -
CMYK 0.78 0 0.10 0.33
HSL 172.39º 0.64% 0.41% -
HSV(B) 172.39º 0.78% 0.67% -
XYZ 21.16 31.85 35.6 -
YUV 129 142.11 62.38 -
System Red Green Blue C M Y K H S L
Decimal 37 171 154 0.78 0 0.10 0.33 172.39 0.64 0.41
Hex 25 AB 9A 4E 0 A 21 AC 40 29
Octal 45 253 232 116 0 12 41 254 100 51
Binary 100101 10101011 10011010 1001110 0 1010 100001 10101100 1000000 101001

Color Harmonies of #25AB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AB9A

Black with #25AB9A

Text Example


Text Example

White with #25AB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,171,154); }

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

background-color css

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

 a { background-color: rgb(37,171,154); }

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

border-color css

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

 span { border-color: rgb(37,171,154); }

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