#25af8e

Color #25AF8E Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #25AF8E

Tints of Niagara #25AF8E

Color information

#25AF8E (or 0x25AF8E) is unknown color: approx Niagara. HEX triplet: 25, AF and 8E. RGB value is (37,175,142). Sum of RGB (Red+Green+Blue) = 37+175+142=354 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.45% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #25AF8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AF8E is #DA5071. Grayscale: #818181. Windows color (decimal): -14307442 or 9350949. OLE color: 9350949.

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

Color convert

RGB37175142-
CMYK0.7900.190.31
HSL165.65º65.09%41.57%-
HSV(B)165.65º78.86%68.63%-
XYZ20.9833.0130.86-
YUV129.98134.7861.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.45%
GREEN value IS 175 (68.75% from 255) = 49.44%
BLUE value IS 142 (55.86% from 255) = 40.11%
R=10.45%
G=49.44%
B=40.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal371751420.7900.190.31165.6565.0941.57
Hex25AF8E4F0131Fa6412a
Octal452572161170233724610152
Binary1001011010111110001110100111101001111111101001101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25af8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,175,142); }

 H1.HeaderClassName
 {
   color: #25af8e;
 }
 .AnyTagClassName
 {
   color: #25af8e;
 }
</style>
background-color css

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

 a { background-color: rgb(37,175,142); }

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

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

 span { border-color: rgb(37,175,142); }

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