#249980

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

Shades of Niagara #249980

Tints of Niagara #249980

Color information

#249980 (or 0x249980) is unknown color: approx Niagara. HEX triplet: 24, 99 and 80. RGB value is (36,153,128). Sum of RGB (Red+Green+Blue) = 36+153+128=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #249980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249980 is #DB667F. Grayscale: #737373. Windows color (decimal): -14378624 or 8427812. OLE color: 8427812.

HSL color Cylindrical-coordinate representation of color #249980: hue angle of 167.18º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249980 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB36153128-
CMYK0.7600.160.4
HSL167.18º61.9%37.06%-
HSV(B)167.18º76.47%60%-
XYZ16.0224.7224.35-
YUV115.17135.2471.53-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.36%
GREEN value IS 153 (60.16% from 255) = 48.26%
BLUE value IS 128 (50.39% from 255) = 40.38%
R=11.36%
G=48.26%
B=40.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal361531280.7600.160.4167.1861.937.06
Hex2499804C01028a73e25
Octal44231200114020502477645
Binary1001001001100110000000100110001000010100010100111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249980; }

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

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

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

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

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

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

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

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