#25A688

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

Shades of Niagara #25A688

Tints of Niagara #25A688

Color information

#25A688 (or 0x25A688) is unknown color: approx Niagara. HEX triplet: 25, A6 and 88. RGB value is (37,166,136). Sum of RGB (Red+Green+Blue) = 37+166+136=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 166 (65.23% from 255 or 48.97% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 166 - color contains mainly: green. Hex color #25A688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A688 is #DA5977. Grayscale: #7C7C7C. Windows color (decimal): -14309752 or 8955429. OLE color: 8955429.

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

Color convert

RGB37166136-
CMYK0.7800.180.35
HSL166.05º63.55%39.8%-
HSV(B)166.05º77.71%65.1%-
XYZ18.8429.4427.98-
YUV124.01134.7665.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.91%
GREEN value IS 166 (65.23% from 255) = 48.97%
BLUE value IS 136 (53.52% from 255) = 40.12%
R=10.91%
G=48.97%
B=40.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal371661360.7800.180.35166.0563.5539.8
Hex25A6884E01223a64028
Octal452462101160224324610050
Binary10010110100110100010001001110010010100011101001101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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