#24AA90

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

Shades of Niagara #24AA90

Tints of Niagara #24AA90

Color information

#24AA90 (or 0x24AA90) is unknown color: approx Niagara. HEX triplet: 24, AA and 90. RGB value is (36,170,144). Sum of RGB (Red+Green+Blue) = 36+170+144=350 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.29% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #24AA90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24AA90 is #DB556F. Grayscale: #7E7E7E. Windows color (decimal): -14374256 or 9480740. OLE color: 9480740.

HSL color Cylindrical-coordinate representation of color #24AA90: hue angle of 168.36º 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 #24AA90 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB36170144-
CMYK0.7900.150.33
HSL168.36º65.05%40.39%-
HSV(B)168.36º78.82%66.67%-
XYZ20.1431.1431.33-
YUV126.97137.6163.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.29%
GREEN value IS 170 (66.80% from 255) = 48.57%
BLUE value IS 144 (56.64% from 255) = 41.14%
R=10.29%
G=48.57%
B=41.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal361701440.7900.150.33168.3665.0540.39
Hex24AA904F0F21a84128
Octal442522201170174125010150
Binary1001001010101010010000100111101111100001101010001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24AA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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