#25A68E

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

Shades of Niagara #25A68E

Tints of Niagara #25A68E

Color information

#25A68E (or 0x25A68E) is unknown color: approx Niagara. HEX triplet: 25, A6 and 8E. RGB value is (37,166,142). Sum of RGB (Red+Green+Blue) = 37+166+142=345 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.72% from 345); Green value is 166 (65.23% from 255 or 48.12% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 166 - color contains mainly: green. Hex color #25A68E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A68E is #DA5971. Grayscale: #7C7C7C. Windows color (decimal): -14309746 or 9348645. OLE color: 9348645.

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

Color convert

RGB37166142-
CMYK0.7800.140.35
HSL168.84º63.55%39.8%-
HSV(B)168.84º77.71%65.1%-
XYZ19.2829.6230.29-
YUV124.69137.7665.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.72%
GREEN value IS 166 (65.23% from 255) = 48.12%
BLUE value IS 142 (55.86% from 255) = 41.16%
R=10.72%
G=48.12%
B=41.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal371661420.7800.140.35168.8463.5539.8
Hex25A68E4E0E23a94028
Octal452462161160164325110050
Binary1001011010011010001110100111001110100011101010011000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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