#24A48E

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

Shades of Niagara #24A48E

Tints of Niagara #24A48E

Color information

#24A48E (or 0x24A48E) is unknown color: approx Niagara. HEX triplet: 24, A4 and 8E. RGB value is (36,164,142). Sum of RGB (Red+Green+Blue) = 36+164+142=342 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.53% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 164 - color contains mainly: green. Hex color #24A48E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24A48E is #DB5B71. Grayscale: #7B7B7B. Windows color (decimal): -14375794 or 9348132. OLE color: 9348132.

HSL color Cylindrical-coordinate representation of color #24A48E: hue angle of 169.69º 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 #24A48E is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB36164142-
CMYK0.7800.130.36
HSL169.69º64%39.22%-
HSV(B)169.69º78.05%64.31%-
XYZ18.8928.8830.17-
YUV123.22138.5965.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.53%
GREEN value IS 164 (64.45% from 255) = 47.95%
BLUE value IS 142 (55.86% from 255) = 41.52%
R=10.53%
G=47.95%
B=41.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal361641420.7800.130.36169.696439.22
Hex24A48E4E0D24aa4027
Octal442442161160154425210047
Binary1001001010010010001110100111001101100100101010101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24A48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,164,142); }

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

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

 a { background-color: rgb(36,164,142); }

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

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

 span { border-color: rgb(36,164,142); }

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