#25B298

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

Shades of Niagara #25B298

Tints of Niagara #25B298

Color information

#25B298 (or 0x25B298) is unknown color: approx Niagara. HEX triplet: 25, B2 and 98. RGB value is (37,178,152). Sum of RGB (Red+Green+Blue) = 37+178+152=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 178 (69.92% from 255 or 48.50% from 367); Blue value is 152 (59.77% from 255 or 41.42% from 367); Max value from RGB is 178 - color contains mainly: green. Hex color #25B298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25B298 is #DA4D67. Grayscale: #848484. Windows color (decimal): -14306664 or 10007077. OLE color: 10007077.

HSL color Cylindrical-coordinate representation of color #25B298: hue angle of 168.94º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B298 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB37178152-
CMYK0.7900.150.30
HSL168.94º65.58%42.16%-
HSV(B)168.94º79.21%69.8%-
XYZ22.3534.535.19-
YUV132.88138.7959.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.08%
GREEN value IS 178 (69.92% from 255) = 48.50%
BLUE value IS 152 (59.77% from 255) = 41.42%
R=10.08%
G=48.50%
B=41.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal371781520.7900.150.30168.9465.5842.16
Hex25B2984F0F1Ea9422a
Octal452622301170173625110252
Binary100101101100101001100010011110111111110101010011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,178,152); }

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

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

 a { background-color: rgb(37,178,152); }

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

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

 span { border-color: rgb(37,178,152); }

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