#249884

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

Shades of Niagara #249884

Tints of Niagara #249884

Color information

#249884 (or 0x249884) is unknown color: approx Niagara. HEX triplet: 24, 98 and 84. RGB value is (36,152,132). Sum of RGB (Red+Green+Blue) = 36+152+132=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #249884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249884 is #DB677B. Grayscale: #727272. Windows color (decimal): -14378876 or 8689700. OLE color: 8689700.

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

Color convert

RGB36152132-
CMYK0.7600.130.40
HSL169.66º61.7%36.86%-
HSV(B)169.66º76.32%59.61%-
XYZ16.1224.525.71-
YUV115.04137.5771.63-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.25%
GREEN value IS 152 (59.77% from 255) = 47.5%
BLUE value IS 132 (51.95% from 255) = 41.25%
R=11.25%
G=47.5%
B=41.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal361521320.7600.130.40169.6661.736.86
Hex2498844C0D28aa3e25
Octal44230204114015502527645
Binary100100100110001000010010011000110110100010101010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249884; }

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

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

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

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

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

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

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

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