#249C82

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

Shades of Niagara #249C82

Tints of Niagara #249C82

Color information

#249C82 (or 0x249C82) is unknown color: approx Niagara. HEX triplet: 24, 9C and 82. RGB value is (36,156,130). Sum of RGB (Red+Green+Blue) = 36+156+130=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 156 (61.33% from 255 or 48.45% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 156 - color contains mainly: green. Hex color #249C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249C82 is #DB637D. Grayscale: #757575. Windows color (decimal): -14377854 or 8559652. OLE color: 8559652.

HSL color Cylindrical-coordinate representation of color #249C82: hue angle of 167º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249C82 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB36156130-
CMYK0.7700.170.39
HSL167º62.5%37.65%-
HSV(B)167º76.92%61.18%-
XYZ16.6525.7625.21-
YUV117.16135.2470.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.18%
GREEN value IS 156 (61.33% from 255) = 48.45%
BLUE value IS 130 (51.17% from 255) = 40.37%
R=11.18%
G=48.45%
B=40.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal361561300.7700.170.3916762.537.65
Hex249C824D01127a73e26
Octal44234202115021472477646
Binary1001001001110010000010100110101000110011110100111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249C82; }

 p { color: rgb(36,156,130); }

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

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

 a { background-color: rgb(36,156,130); }

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

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

 span { border-color: rgb(36,156,130); }

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