#18A287

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

Shades of Niagara #18A287

Tints of Niagara #18A287

Color information

#18A287 (or 0x18A287) is unknown color: approx Niagara. HEX triplet: 18, A2 and 87. RGB value is (24,162,135). Sum of RGB (Red+Green+Blue) = 24+162+135=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #18A287 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A287 is #E75D78. Grayscale: #757575. Windows color (decimal): -15162745 or 8888856. OLE color: 8888856.

HSL color Cylindrical-coordinate representation of color #18A287: hue angle of 168.26º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A287 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB24162135-
CMYK0.8500.170.36
HSL168.26º74.19%36.47%-
HSV(B)168.26º85.19%63.53%-
XYZ17.6727.7827.35-
YUV117.66137.7861.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.48%
GREEN value IS 162 (63.67% from 255) = 50.47%
BLUE value IS 135 (53.12% from 255) = 42.06%
R=7.48%
G=50.47%
B=42.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal241621350.8500.170.36168.2674.1936.47
Hex18A2875501124a84a24
Octal302422071250214425011244
Binary1100010100010100001111010101010001100100101010001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,162,135); }

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

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

 a { background-color: rgb(24,162,135); }

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

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

 span { border-color: rgb(24,162,135); }

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