#249A83

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

Shades of Niagara #249A83

Tints of Niagara #249A83

Color information

#249A83 (or 0x249A83) is unknown color: approx Niagara. HEX triplet: 24, 9A and 83. RGB value is (36,154,131). Sum of RGB (Red+Green+Blue) = 36+154+131=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 154 (60.55% from 255 or 47.98% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 154 - color contains mainly: green. Hex color #249A83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249A83 is #DB657C. Grayscale: #747474. Windows color (decimal): -14378365 or 8624676. OLE color: 8624676.

HSL color Cylindrical-coordinate representation of color #249A83: hue angle of 168.31º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249A83 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB36154131-
CMYK0.7700.150.40
HSL168.31º62.11%37.25%-
HSV(B)168.31º76.62%60.39%-
XYZ16.3825.1225.46-
YUV116.1136.4170.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.21%
GREEN value IS 154 (60.55% from 255) = 47.98%
BLUE value IS 131 (51.56% from 255) = 40.81%
R=11.21%
G=47.98%
B=40.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal361541310.7700.150.40168.3162.1137.25
Hex249A834D0F28a83e25
Octal44232203115017502507645
Binary100100100110101000001110011010111110100010101000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,154,131); }

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

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

 a { background-color: rgb(36,154,131); }

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

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

 span { border-color: rgb(36,154,131); }

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