#24AC96

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

Shades of Niagara #24AC96

Tints of Niagara #24AC96

Color information

#24AC96 (or 0x24AC96) is unknown color: approx Niagara. HEX triplet: 24, AC and 96. RGB value is (36,172,150). Sum of RGB (Red+Green+Blue) = 36+172+150=358 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.06% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #24AC96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24AC96 is #DB5369. Grayscale: #808080. Windows color (decimal): -14373738 or 9874468. OLE color: 9874468.

HSL color Cylindrical-coordinate representation of color #24AC96: hue angle of 170.29º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24AC96 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB36172150-
CMYK0.7900.130.33
HSL170.29º65.38%40.78%-
HSV(B)170.29º79.07%67.45%-
XYZ20.9932.0833.94-
YUV128.83139.9461.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.06%
GREEN value IS 172 (67.58% from 255) = 48.04%
BLUE value IS 150 (58.98% from 255) = 41.90%
R=10.06%
G=48.04%
B=41.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal361721500.7900.130.33170.2965.3840.78
Hex24AC964F0D21aa4129
Octal442542261170154125210151
Binary1001001010110010010110100111101101100001101010101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,172,150); }

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

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

 a { background-color: rgb(36,172,150); }

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

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

 span { border-color: rgb(36,172,150); }

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