#18AA93

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

Shades of Niagara #18AA93

Tints of Niagara #18AA93

Color information

#18AA93 (or 0x18AA93) is unknown color: approx Niagara. HEX triplet: 18, AA and 93. RGB value is (24,170,147). Sum of RGB (Red+Green+Blue) = 24+170+147=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AA93 is #E7556C. Grayscale: #7B7B7B. Windows color (decimal): -15160685 or 9677336. OLE color: 9677336.

HSL color Cylindrical-coordinate representation of color #18AA93: hue angle of 170.55º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AA93 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB24170147-
CMYK0.8600.140.33
HSL170.55º75.26%38.04%-
HSV(B)170.55º85.88%66.67%-
XYZ20.0231.0532.54-
YUV123.72141.1356.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.04%
GREEN value IS 170 (66.80% from 255) = 49.85%
BLUE value IS 147 (57.81% from 255) = 43.11%
R=7.04%
G=49.85%
B=43.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241701470.8600.140.33170.5575.2638.04
Hex18AA93560E21ab4b26
Octal302522231260164125311346
Binary110001010101010010011101011001110100001101010111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18AA93; }

 p { color: rgb(24,170,147); }

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

<style>
 a { background-color: #18AA93; }

 a { background-color: rgb(24,170,147); }

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

<style>
 span { border-color: #18AA93; }

 span { border-color: rgb(24,170,147); }

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