#25A888

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

Shades of Niagara #25A888

Tints of Niagara #25A888

Color information

#25A888 (or 0x25A888) is unknown color: approx Niagara. HEX triplet: 25, A8 and 88. RGB value is (37,168,136). Sum of RGB (Red+Green+Blue) = 37+168+136=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 168 (66.02% from 255 or 49.27% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 168 - color contains mainly: green. Hex color #25A888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A888 is #DA5777. Grayscale: #7D7D7D. Windows color (decimal): -14309240 or 8955941. OLE color: 8955941.

HSL color Cylindrical-coordinate representation of color #25A888: hue angle of 165.34º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A888 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB37168136-
CMYK0.7800.190.34
HSL165.34º63.9%40.2%-
HSV(B)165.34º77.98%65.88%-
XYZ19.2130.1828.1-
YUV125.18134.165.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.85%
GREEN value IS 168 (66.02% from 255) = 49.27%
BLUE value IS 136 (53.52% from 255) = 39.88%
R=10.85%
G=49.27%
B=39.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal371681360.7800.190.34165.3463.940.2
Hex25A8884E01322a54028
Octal452502101160234224510050
Binary10010110101000100010001001110010011100010101001011000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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