#25B299

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

Shades of Niagara #25B299

Tints of Niagara #25B299

Color information

#25B299 (or 0x25B299) is unknown color: approx Niagara. HEX triplet: 25, B2 and 99. RGB value is (37,178,153). Sum of RGB (Red+Green+Blue) = 37+178+153=368 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.05% from 368); Green value is 178 (69.92% from 255 or 48.37% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 178 - color contains mainly: green. Hex color #25B299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25B299 is #DA4D66. Grayscale: #848484. Windows color (decimal): -14306663 or 10072613. OLE color: 10072613.

HSL color Cylindrical-coordinate representation of color #25B299: hue angle of 169.36º 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 #25B299 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB37178153-
CMYK0.7900.140.30
HSL169.36º65.58%42.16%-
HSV(B)169.36º79.21%69.8%-
XYZ22.4334.5335.62-
YUV132.99139.2959.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.05%
GREEN value IS 178 (69.92% from 255) = 48.37%
BLUE value IS 153 (60.16% from 255) = 41.58%
R=10.05%
G=48.37%
B=41.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal371781530.7900.140.30169.3665.5842.16
Hex25B2994F0E1Ea9422a
Octal452622311170163625110252
Binary100101101100101001100110011110111011110101010011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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