#249480

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

Shades of Niagara #249480

Tints of Niagara #249480

Color information

#249480 (or 0x249480) is unknown color: approx Niagara. HEX triplet: 24, 94 and 80. RGB value is (36,148,128). Sum of RGB (Red+Green+Blue) = 36+148+128=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #249480 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249480 is #DB6B7F. Grayscale: #707070. Windows color (decimal): -14379904 or 8426532. OLE color: 8426532.

HSL color Cylindrical-coordinate representation of color #249480: hue angle of 169.29º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249480 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB36148128-
CMYK0.7600.140.42
HSL169.29º60.87%36.08%-
HSV(B)169.29º75.68%58.04%-
XYZ15.2123.1124.08-
YUV112.23136.8973.63-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.54%
GREEN value IS 148 (58.20% from 255) = 47.44%
BLUE value IS 128 (50.39% from 255) = 41.03%
R=11.54%
G=47.44%
B=41.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal361481280.7600.140.42169.2960.8736.08
Hex2494804C0E2Aa93d24
Octal44224200114016522517544
Binary100100100101001000000010011000111010101010101001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249480; }

 p { color: rgb(36,148,128); }

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

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

 a { background-color: rgb(36,148,128); }

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

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

 span { border-color: rgb(36,148,128); }

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