#18A590

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

Shades of Niagara #18A590

Tints of Niagara #18A590

Color information

#18A590 (or 0x18A590) is unknown color: approx Niagara. HEX triplet: 18, A5 and 90. RGB value is (24,165,144). Sum of RGB (Red+Green+Blue) = 24+165+144=333 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.21% from 333); Green value is 165 (64.84% from 255 or 49.55% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 165 - color contains mainly: green. Hex color #18A590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A590 is #E75A6F. Grayscale: #787878. Windows color (decimal): -15161968 or 9479448. OLE color: 9479448.

HSL color Cylindrical-coordinate representation of color #18A590: hue angle of 171.06º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A590 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB24165144-
CMYK0.8500.130.35
HSL171.06º74.6%37.06%-
HSV(B)171.06º85.45%64.71%-
XYZ18.8729.1231.01-
YUV120.45141.2959.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.21%
GREEN value IS 165 (64.84% from 255) = 49.55%
BLUE value IS 144 (56.64% from 255) = 43.24%
R=7.21%
G=49.55%
B=43.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal241651440.8500.130.35171.0674.637.06
Hex18A590550D23ab4b25
Octal302452201250154325311345
Binary110001010010110010000101010101101100011101010111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,165,144); }

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

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

 a { background-color: rgb(24,165,144); }

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

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

 span { border-color: rgb(24,165,144); }

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