#25b895

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

Shades of Niagara #25B895

Tints of Niagara #25B895

Color information

#25B895 (or 0x25B895) is unknown color: approx Niagara. HEX triplet: 25, B8 and 95. RGB value is (37,184,149). Sum of RGB (Red+Green+Blue) = 37+184+149=370 (49% of max value = 765). Red value is 37 (14.84% from 255 or 10% from 370); Green value is 184 (72.27% from 255 or 49.73% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 184 - color contains mainly: green. Hex color #25B895 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25B895 is #DA476A. Grayscale: #888888. Windows color (decimal): -14305131 or 9812005. OLE color: 9812005.

HSL color Cylindrical-coordinate representation of color #25B895: hue angle of 165.71º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B895 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB37184149-
CMYK0.8000.190.28
HSL165.71º66.52%43.33%-
HSV(B)165.71º79.89%72.16%-
XYZ23.3336.8434.32-
YUV136.06135.357.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10%
GREEN value IS 184 (72.27% from 255) = 49.73%
BLUE value IS 149 (58.59% from 255) = 40.27%
R=10%
G=49.73%
B=40.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal371841490.8000.190.28165.7166.5243.33
Hex25B895500131Ca6432b
Octal452702251200233424610353
Binary1001011011100010010101101000001001111100101001101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25b895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,184,149); }

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

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

 a { background-color: rgb(37,184,149); }

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

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

 span { border-color: rgb(37,184,149); }

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