#249A87

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

Shades of Niagara #249A87

Tints of Niagara #249A87

Color information

#249A87 (or 0x249A87) is unknown color: approx Niagara. HEX triplet: 24, 9A and 87. RGB value is (36,154,135). Sum of RGB (Red+Green+Blue) = 36+154+135=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 154 (60.55% from 255 or 47.38% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 154 - color contains mainly: green. Hex color #249A87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249A87 is #DB6578. Grayscale: #747474. Windows color (decimal): -14378361 or 8886820. OLE color: 8886820.

HSL color Cylindrical-coordinate representation of color #249A87: hue angle of 170.34º 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 #249A87 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB36154135-
CMYK0.7700.120.40
HSL170.34º62.11%37.25%-
HSV(B)170.34º76.62%60.39%-
XYZ16.6625.2426.91-
YUV116.55138.4170.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.08%
GREEN value IS 154 (60.55% from 255) = 47.38%
BLUE value IS 135 (53.12% from 255) = 41.54%
R=11.08%
G=47.38%
B=41.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal361541350.7700.120.40170.3462.1137.25
Hex249A874D0C28aa3e25
Octal44232207115014502527645
Binary100100100110101000011110011010110010100010101010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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