#18A993

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

Shades of Niagara #18A993

Tints of Niagara #18A993

Color information

#18A993 (or 0x18A993) is unknown color: approx Niagara. HEX triplet: 18, A9 and 93. RGB value is (24,169,147). Sum of RGB (Red+Green+Blue) = 24+169+147=340 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.06% from 340); Green value is 169 (66.41% from 255 or 49.71% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 169 - color contains mainly: green. Hex color #18A993 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A993 is #E7566C. Grayscale: #7B7B7B. Windows color (decimal): -15160941 or 9677080. OLE color: 9677080.

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

Color convert

RGB24169147-
CMYK0.8600.130.34
HSL170.9º75.13%37.84%-
HSV(B)170.9º85.8%66.27%-
XYZ19.8330.6832.48-
YUV123.14141.4657.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.06%
GREEN value IS 169 (66.41% from 255) = 49.71%
BLUE value IS 147 (57.81% from 255) = 43.24%
R=7.06%
G=49.71%
B=43.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal241691470.8600.130.34170.975.1337.84
Hex18A993560D22ab4b26
Octal302512231260154225311346
Binary110001010100110010011101011001101100010101010111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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