#24AA89

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

Shades of Niagara #24AA89

Tints of Niagara #24AA89

Color information

#24AA89 (or 0x24AA89) is unknown color: approx Niagara. HEX triplet: 24, AA and 89. RGB value is (36,170,137). Sum of RGB (Red+Green+Blue) = 36+170+137=343 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.50% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #24AA89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24AA89 is #DB5576. Grayscale: #7E7E7E. Windows color (decimal): -14374263 or 9021988. OLE color: 9021988.

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

Color convert

RGB36170137-
CMYK0.7900.190.33
HSL165.22º65.05%40.39%-
HSV(B)165.22º78.82%66.67%-
XYZ19.6230.9328.6-
YUV126.17134.1163.68-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.50%
GREEN value IS 170 (66.80% from 255) = 49.56%
BLUE value IS 137 (53.91% from 255) = 39.94%
R=10.50%
G=49.56%
B=39.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal361701370.7900.190.33165.2265.0540.39
Hex24AA894F01321a54128
Octal442522111170234124510150
Binary10010010101010100010011001111010011100001101001011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24AA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,170,137); }

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

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

 a { background-color: rgb(36,170,137); }

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

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

 span { border-color: rgb(36,170,137); }

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