#24A394

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

Shades of Niagara #24A394

Tints of Niagara #24A394

Color information

#24A394 (or 0x24A394) is unknown color: approx Niagara. HEX triplet: 24, A3 and 94. RGB value is (36,163,148). Sum of RGB (Red+Green+Blue) = 36+163+148=347 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.37% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 163 - color contains mainly: green. Hex color #24A394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24A394 is #DB5C6B. Grayscale: #7B7B7B. Windows color (decimal): -14376044 or 9741092. OLE color: 9741092.

HSL color Cylindrical-coordinate representation of color #24A394: hue angle of 172.91º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24A394 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB36163148-
CMYK0.7800.090.36
HSL172.91º63.82%39.02%-
HSV(B)172.91º77.91%63.92%-
XYZ19.1728.7132.55-
YUV123.32141.9265.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.37%
GREEN value IS 163 (64.06% from 255) = 46.97%
BLUE value IS 148 (58.20% from 255) = 42.65%
R=10.37%
G=46.97%
B=42.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal361631480.7800.090.36172.9163.8239.02
Hex24A3944E0924ad4027
Octal442432241160114425510047
Binary1001001010001110010100100111001001100100101011011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24A394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24A394; }

 p { color: rgb(36,163,148); }

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

<style>
 a { background-color: #24A394; }

 a { background-color: rgb(36,163,148); }

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

<style>
 span { border-color: #24A394; }

 span { border-color: rgb(36,163,148); }

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