#249E8E

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

Shades of Niagara #249E8E

Tints of Niagara #249E8E

Color information

#249E8E (or 0x249E8E) is unknown color: approx Niagara. HEX triplet: 24, 9E and 8E. RGB value is (36,158,142). Sum of RGB (Red+Green+Blue) = 36+158+142=336 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.71% from 336); Green value is 158 (62.11% from 255 or 47.02% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 158 - color contains mainly: green. Hex color #249E8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249E8E is #DB6171. Grayscale: #777777. Windows color (decimal): -14377330 or 9346596. OLE color: 9346596.

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

Color convert

RGB36158142-
CMYK0.7700.100.38
HSL172.13º62.89%38.04%-
HSV(B)172.13º77.22%61.96%-
XYZ17.8426.7829.82-
YUV119.7140.5868.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.71%
GREEN value IS 158 (62.11% from 255) = 47.02%
BLUE value IS 142 (55.86% from 255) = 42.26%
R=10.71%
G=47.02%
B=42.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361581420.7700.100.38172.1362.8938.04
Hex249E8E4D0A26ac3f26
Octal44236216115012462547746
Binary100100100111101000111010011010101010011010101100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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