#249E8D

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

Shades of Niagara #249E8D

Tints of Niagara #249E8D

Color information

#249E8D (or 0x249E8D) is unknown color: approx Niagara. HEX triplet: 24, 9E and 8D. RGB value is (36,158,141). Sum of RGB (Red+Green+Blue) = 36+158+141=335 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.75% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 158 - color contains mainly: green. Hex color #249E8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249E8D is #DB6172. Grayscale: #777777. Windows color (decimal): -14377331 or 9281060. OLE color: 9281060.

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

Color convert

RGB36158141-
CMYK0.7700.110.38
HSL171.64º62.89%38.04%-
HSV(B)171.64º77.22%61.96%-
XYZ17.7626.7529.43-
YUV119.58140.0868.38-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.75%
GREEN value IS 158 (62.11% from 255) = 47.16%
BLUE value IS 141 (55.47% from 255) = 42.09%
R=10.75%
G=47.16%
B=42.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361581410.7700.110.38171.6462.8938.04
Hex249E8D4D0B26ac3f26
Octal44236215115013462547746
Binary100100100111101000110110011010101110011010101100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,158,141); }

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

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

 a { background-color: rgb(36,158,141); }

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

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

 span { border-color: rgb(36,158,141); }

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