#249880

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

Shades of Niagara #249880

Tints of Niagara #249880

Color information

#249880 (or 0x249880) is unknown color: approx Niagara. HEX triplet: 24, 98 and 80. RGB value is (36,152,128). Sum of RGB (Red+Green+Blue) = 36+152+128=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #249880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249880 is #DB677F. Grayscale: #727272. Windows color (decimal): -14378880 or 8427556. OLE color: 8427556.

HSL color Cylindrical-coordinate representation of color #249880: hue angle of 167.59º 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 #249880 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB36152128-
CMYK0.7600.160.40
HSL167.59º61.7%36.86%-
HSV(B)167.59º76.32%59.61%-
XYZ15.8524.3924.29-
YUV114.58135.5771.95-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.39%
GREEN value IS 152 (59.77% from 255) = 48.10%
BLUE value IS 128 (50.39% from 255) = 40.51%
R=11.39%
G=48.10%
B=40.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal361521280.7600.160.40167.5961.736.86
Hex2498804C01028a83e25
Octal44230200114020502507645
Binary1001001001100010000000100110001000010100010101000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249880; }

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

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

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

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

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

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

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

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