#24AA8A

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

Shades of Niagara #24AA8A

Tints of Niagara #24AA8A

Color information

#24AA8A (or 0x24AA8A) is unknown color: approx Niagara. HEX triplet: 24, AA and 8A. RGB value is (36,170,138). Sum of RGB (Red+Green+Blue) = 36+170+138=344 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.47% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #24AA8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24AA8A is #DB5575. Grayscale: #7E7E7E. Windows color (decimal): -14374262 or 9087524. OLE color: 9087524.

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

Color convert

RGB36170138-
CMYK0.7900.190.33
HSL165.67º65.05%40.39%-
HSV(B)165.67º78.82%66.67%-
XYZ19.6930.9628.98-
YUV126.29134.6163.6-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.47%
GREEN value IS 170 (66.80% from 255) = 49.42%
BLUE value IS 138 (54.30% from 255) = 40.12%
R=10.47%
G=49.42%
B=40.12%

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
Decimal361701380.7900.190.33165.6765.0540.39
Hex24AA8A4F01321a64128
Octal442522121170234124610150
Binary10010010101010100010101001111010011100001101001101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24AA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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